Advent of Code solutions https://adventofcode.com
Find a file
2024-12-19 15:53:13 +00:00
2015 remove input files 2024-12-10 09:11:41 +00:00
2018 remove input files 2024-12-10 09:11:41 +00:00
2019 remove input files 2024-12-10 09:11:41 +00:00
2020 remove input files 2024-12-10 09:11:41 +00:00
2023 remove input files 2024-12-10 09:11:41 +00:00
2024 2024 day 19 part 1 but it actually finishes executing in javascript 2024-12-19 15:53:13 +00:00
.gitignore 2020 day 12 + visualisation 2020-12-12 18:34:40 +00:00
go.mod 2023 day 09 2023-12-09 13:02:51 +00:00
go.work 2023 day 4 but 3x faster 2023-12-20 19:31:01 +00:00
README.md update readme 2024-12-04 13:52:25 +00:00

Advent of Code Solutions

It's a fun challenge!

You should try it out if you like coding, puzzles, or want to learn a coding language or data science tools.

if (isAdvent) {
	programmer.goTo("adventofcode.com");
}