aoc_omni/fasm/bin/run

6 lines
116 B
Plaintext
Raw Normal View History

2023-12-19 04:20:18 -05:00
#!/usr/bin/env bash
year=$1
day=$2
bin/fasm $year/$day/problem.asm $year/$day/problem && time ./$year/$day/problem