add async builds

This commit is contained in:
2025-12-15 08:38:16 -10:00
parent 7c270c49aa
commit 516667944a
10 changed files with 11 additions and 5 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
g++ src/day$1.cpp -std=c++23 -g3