adventofcode-2021/run

6 lines
70 B
Bash
Executable File

#!/bin/sh
day="$1"
part="$2"
luajit "day${day}/part${part}.lua" "$@"