You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run specific day and part:
lein run day13 part2
# Or optionally specify an input filename:
lein run day08 part1 sample.txt
# Or run everything:
lein run all
I'm new to clojure, so these are probably not idiomatic.