aoc_omni/python/bin/run
2023-12-18 08:29:45 -05:00

7 lines
72 B
Bash
Executable File

#!/usr/bin/env bash
year=$1
day=$2
time python3 $year/$day/problem.py