Where I store my workings and inputs for the Advent of Code
Find a file
Teo-CD 8d63db3d64 2021 Day 3 done in Rust
I'm not especially proud of the code : it's messy, took a long time
and could probably be vastly improved.
I could have used the intersperse iterator method but it's currently in
nightly only. Maybe another way of parsing the string would have prevented
the need ?
2021-12-04 20:47:15 +00:00
2020 Day 11 part 1 of 2020 done in Python 2020-12-22 00:19:10 +01:00
2021 2021 Day 3 done in Rust 2021-12-04 20:47:15 +00:00
.gitignore First day of 2021, done in Rust 2021-12-03 23:59:40 +00:00
README.md First day of 2021, done in Rust 2021-12-03 23:59:40 +00:00

Advent of Code - trotFunky's pot O' code

This is the repository where I'll be storing my solutions for the Advent of Code event run by Eric Wastl.
The directory structure is simple : year/day, each day containing the input file and at least one file containing my solution(s). The prompts of each puzzles will not be repeated here, so go check them on the site !

Depencies

2020:

  • Python3

2021:

  • Rust (Cargo)