Allow running AOC problems selectively
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#! /bin/bash
|
||||
|
||||
haxe build.hxml
|
||||
DAYS=${1:-all}
|
||||
YEARS=${2:-all}
|
||||
haxe -lib kiss -cp src --run Main $DAYS $YEARS
|
Reference in New Issue
Block a user