Solving the challenges in Advent of Code.
cd
into YEAR/DAY directory and ...
./py/run.py INPUT_FILE
python py/run.py INPUT_FILE
dotnet run -p cs/run.csproj INPUT_FILE
cargo run --quiet --manifest-path rs/Cargo.toml INPUT_FILE
node js/run.js INPUT_FILE
make -f cpp/makefile INPUT=INPUT_FILE
make -f c/makefile INPUT=INPUT_FILE
go run go/run.go INPUT_FILE