aoc_omni/ts/bin/run
2023-12-19 16:30:27 -05:00

7 lines
98 B
Bash
Executable File

#!/usr/bin/env bash
year=$1
day=$2
time ~/.deno/bin/deno run --allow-read $year/$day/problem.ts