advent-of-code-2024/scripts/aoc

5 lines
83 B
Text
Raw Normal View History

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