adventofcode-2021/clean
Felix Van der Jeugt 1f013dc0c3
zig does not read files?
This reverts commit d69c3ceb73.
2021-12-02 10:25:19 +01:00

9 lines
133 B
Bash
Executable File

#!/bin/sh
day="$1"
part="$2"
day="$(printf '%02d' "$day")"
rm -f ./run ./luac.out
rm -f "Day${1}/Part${2}.hi" "Day${1}/Part${2}.o"