Day 16/Part 1: C version.

This commit is contained in:
2021-01-13 08:37:55 +01:00
parent b429082c2b
commit 2667617088
3 changed files with 178 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ compile: ex1-c ex2-c
ex1:
@$(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