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
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
script/build $1&
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
g++ src/day$1.cpp -std=c++23 -g3
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
./build $1
gdb a.out
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -e
./build $1
./a.out