aoc_omni/fasm/bin/run

7 lines
119 B
Plaintext
Raw Normal View History

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