#!/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"