advent-of-code-2024/scripts/aoc

5 lines
86 B
Text
Raw Normal View History

2024-12-03 21:42:57 -07:00
#!/usr/bin/env sh
cd "$(dirname "${BASH_SOURCE[0]}")/.."
2024-12-10 19:12:08 -07:00
deno run -A ./cli/mod.ts $@