/advent-of-code-2021

Primary LanguageRustISC LicenseISC

ADVENT OF CODE 2021

https://adventofcode.com/2021

Solved using a bunch of different languages, depending on what I feel like
using for the problem on the day.

Each solution takes the input on standard input and produces the solution
on standard output. The script run-all.zsh compiles, runs and benchmarks all
solutions.

Let's see how far I get!

Languages used

 Day  1  -  Python, Befunge-98
 Day  2  -  Rust, Befunge-98
 Day  3  -  C
 Day  4  -  Rust
 Day  5  -  C++
 Day  6  -  JavaScript (Node)
 Day  7  -  Rust
 Day  8  -  Rust
 Day  9  -  Python
 Day 10  -  C++
 Day 11  -  C
 Day 12  -  Rust
 Day 13  -  C++
 Day 14  -  JavaScript (Node)
 Day 15  -  C
 Day 16  -  Rust
 Day 17  -  Python
 Day 18  -  C++
 Day 19  -  Rust
 Day 20  -  Python
 Day 21  -  Rust
 Day 22  -  JavaScript (Node)
 Day 23  -  C++