#!/bin/sh
day="$1"
part="$2"

day="$(printf '%02d' "${day##0}")"

rm -f ./run
rm -f "day${1}/part${2}.hi" "day${1}/part${2}.o"