_ _ _ __ ___ _ ___ __ ___ _ _
/_\ __| |_ _____ _ _| |_ ___ / _| / __|___ __| |___ |_ ) \_ ) | |
/ _ \/ _` \ V / -_) ' \ _| / _ \ _| | (__/ _ \/ _` / -_) / / () / /|_ _|
/_/ \_\__,_|\_/\___|_||_\__| \___/_| \___\___/\__,_\___| /___\__/___| |_|
These are my solutions to advent of code 2024. 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!
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 root directory with the input for each day named 01.txt, 02.txt, etc..