~schnouki/advent-of-code

e9a05c78625e0c3deae62e9bf10c52e40e1df981 — Thomas Jost 9 months ago 2e295ea
Add a justfile to make it easier to run everything
1 files changed, 5 insertions(+), 0 deletions(-)

A 2022/justfile
A 2022/justfile => 2022/justfile +5 -0
@@ 0,0 1,5 @@
tests:
    ros -s aoc-2022 -e '(aoc:run-all-puzzles :test)'

run:
    ros -s aoc-2022 -e '(aoc:run-all-puzzles)'