Allow running AOC problems selectively

This commit is contained in:
2020-12-12 14:23:50 -07:00
parent 4837016256
commit a53adee820
3 changed files with 124 additions and 110 deletions

View File

@@ -1,3 +1,5 @@
#! /bin/bash
haxe build.hxml
DAYS=${1:-all}
YEARS=${2:-all}
haxe -lib kiss -cp src --run Main $DAYS $YEARS