Solutions to advent of code puzzles in various programming languages
Main solutions are mostly going to be written in go, but sometimes in other languages
as well. All the solutions are going to be rewritten in rust (riir
directory).
At least some of the solutions are hopefully going to be streamed live on aleksacu twitch channel
I reached stage 2 on day 3. Hopefully I don't reach stage 3.
In some cases you need to change directory, either because of the input path or because the compiler requires it.
cd day01
go run main.go
cd riir
cargo run --bin day01
python day03/main.py
Day | Languages |
---|---|
1 | go, rust |
2 | go, rust |
3 | python, rust |
4 | python, rust |
5 | python, rust |
6 | python, rust |
7 | python |
8 | python |
9 | python |
10 | python |