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)'