Public repository of my (naive) solutions to AdventOfCode problems. Some solutions were stolen from reddit, all properly credited. Play along here: https://adventofcode.com https://adventofcode.com
  • C# 76.9%
  • Rust 19%
  • C 4.1%
Find a file
2025-12-05 16:47:20 +01:00
C Merged Rust, C# and C advent of code into the same repo. 2020-11-24 14:24:50 +01:00
C# asdf 2025-12-05 16:47:20 +01:00
Rust Add rust/target to gitignore to exclude rust build results 2021-11-29 15:49:47 +01:00
.gitignore Add rust/target to gitignore to exclude rust build results 2021-11-29 15:49:47 +01:00
README.md readme 2023-02-25 21:09:14 +01:00

AdventOfCode

Public repository of my (naive) solutions to AdventOfCode problems. Some solutions were stolen from reddit, all properly credited. Play along here: https://adventofcode.com

Merged C#, C and Rust together into the same repository. Slowly fixing all old solutions to a new format and removing all puzzle inputs where they still remain.