aoc_omni/js/bin/run
2023-12-19 16:25:13 -05:00

7 lines
69 B
Bash
Executable File

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