aoc_omni/cpp/bin/run

7 lines
115 B
Plaintext
Raw Normal View History

2023-12-19 14:32:26 -05:00
#!/usr/bin/env bash
year=$1
day=$2
g++ -o $year/$day/problem $year/$day/problem.cpp && time ./$year/$day/problem