aoc_omni/java/bin/run

7 lines
105 B
Plaintext
Raw Permalink Normal View History

2023-12-19 14:15:50 -05:00
#!/usr/bin/env bash
year=$1
day=$2
javac $year/$day/Problem.java && cd $year/$day && time java Problem