(day) macro to cleanup aoc code

This commit is contained in:
2021-06-16 11:29:26 -06:00
parent b93defbaf7
commit 3fdbf58750
2 changed files with 34 additions and 51 deletions

View File

@@ -2,4 +2,4 @@
DAYS=${1:-all}
YEARS=${2:-all}
haxe -lib kiss -cp src --run Main $DAYS $YEARS
haxe -D test -lib kiss -cp src --run Main $DAYS $YEARS