Skip to content

Clojure solutions to Advent of Code 2021. ๐ŸŽ…๐Ÿผ

License

Notifications You must be signed in to change notification settings

mtsknn/advent-of-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Advent of Clojure

Advent of Code 2021 solutions in Clojure.

I don't really know what I'm doing (I'm not proficient in Clojure), so don't try to learn from my solutions. ๐Ÿ˜ƒ

Puzzle instructions available at Advent of Code. Each puzzle has two parts. Part 2 is unlocked after solving Part 1.

Solutions

The files are meant to be evaluated in a REPL a small piece at a time. Running a full file probably won't work.

Wanna mentor me?

If you know Clojure and don't have anything better to do (heh), feel free to open an issue and let me know how I could improve my code or make it more idiomatic. Thanks!

License

MIT ยฉ Matias Kinnunen