aoc_omni/bash/bin/run

7 lines
69 B
Plaintext
Raw Normal View History

2023-12-19 18:26:53 -05:00
#!/usr/bin/env bash
year=$1
day=$2
time bash $year/$day/problem.sh