This commit is contained in:
2025-12-13 18:48:07 -10:00
parent 457f95ae62
commit ed5a433df3
4 changed files with 95 additions and 1 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
g++ src/day$1.cpp -std=c++23 -g3