Fill in all elements except id

This commit is contained in:
2026-05-15 21:45:45 +02:00
parent 5b7d9f7b2b
commit cd0cb20195
2 changed files with 66 additions and 41 deletions

View File

@@ -24,7 +24,7 @@ elif [ $1 = "run" ]; then
header "Running"
make main
./output/main 5000 ./library
./output/main 5000 ./library "Testing library"
elif [ $1 = "debug" ]; then
header "Debugging"