_ _ _ __ ___ _
/_\ __| |_ _____ _ _| |_ ___ / _| / __|___ __| |___
/ _ \/ _` \ V / -_) ' \ _| / _ \ _| | (__/ _ \/ _` / -_)
/_/ \_\__,_|\_/\___|_||_\__| \___/_| \___\___/\__,_\___|
These are my solutions to advent of code.
I will use some different languages over the month. Some that I already know, but also some new ones I've wanted to learn. Feel free to have a look around the solutions if you are interested!
Sadly, I could not finish this, beause I got sick.
Here is a list of languages I would like to use during Advent of Code:
- Rust
- Python
- Haskell
- Clojure
- C
- Lua
- Assembly (we will see if I want to do this to myself xD)
- Scala
- Bash
- Nim
- JavaScript (maybe, don't really enjoy this language tbh)
Important
If you want to try out my solutions, you will have to add an inputs
folder to the directory of the corresponding year with the input for each day named 01.txt, 02.txt, etc..