aoc_omni/rust/bin/run

7 lines
116 B
Plaintext
Raw Permalink Normal View History

2023-12-18 08:29:45 -05:00
#!/usr/bin/env bash
year=$1
day=$2
rustc -o $year/$day/problem $year/$day/problem.rs && time ./$year/$day/problem