adventofcode-2021/clean
Felix Van der Jeugt f4fa590833
initial commit
2021-11-29 11:34:50 +01:00

9 lines
122 B
Bash
Executable File

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