Remove debug code (Day18 part 1, C)

This commit is contained in:
2021-07-19 18:09:27 +02:00
parent 493c5089b3
commit 0501335642
4 changed files with 18 additions and 61 deletions

View File

@@ -15,9 +15,9 @@ output:
compile: ex1-c ex2-c
ex1:
ex1: ex1-c
@$(TIME) ex1.bash < $(INPUT) 2>&1
@#$(TIME) ex1-c 2020 < $(INPUT) 2>&1
@$(TIME) ex1-c 2020 < $(INPUT) 2>&1
ex2:
@$(TIME) ex2.bash < $(INPUT) 2>&1