add lua solution for day 0

This commit is contained in:
Felix Van der Jeugt 2021-11-30 22:49:02 +01:00
parent f4fa590833
commit 9aa652953c
No known key found for this signature in database
GPG key ID: 58B209295023754D
3 changed files with 14 additions and 2 deletions

2
clean
View file

@ -4,5 +4,5 @@ part="$2"
day="$(printf '%02d' "$day")"
rm -f ./run
rm -f ./run ./luac.out
rm -f "Day${1}/Part${2}.hi" "Day${1}/Part${2}.o"