aoc_omni/c#/bin/run

7 lines
127 B
Plaintext
Raw Normal View History

2023-12-25 05:13:37 -05:00
#!/usr/bin/env bash
year=$1
day=$2
mcs -out:$year/$day/problem.exe $year/$day/problem.cs && time mono $year/$day/problem.exe