Day 16/part 2: C version.

This commit is contained in:
2021-01-15 18:40:09 +01:00
parent 2667617088
commit faeb8cf9fb
4 changed files with 250 additions and 10 deletions

View File

@@ -15,13 +15,13 @@ 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 < $(INPUT) 2>&1
ex2:
ex2: ex2-c
@$(TIME) ex2.bash < $(INPUT) 2>&1
@#$(TIME) ex1-c 30000000 < $(INPUT) 2>&1
@$(TIME) ex2-c < $(INPUT) 2>&1
clean:
@rm -f ex1-c ex2-c core