My Advent of Code solutions for 2020-2024
Find a file
AKU a0a651f8f6
Switch to using float64 for run durations
Signed-off-by: AKU <tom@tdpain.net>
2021-11-27 15:59:55 +00:00
.github Add link to AoC 2020 solutions 2021-10-19 18:36:36 +01:00
challenges/2020/01-reportRepair Add 2020 day one 2021-11-27 14:40:09 +00:00
lib Python: switch to using @staticmethod 2021-11-27 14:02:53 +00:00
runtime Switch to using float64 for run durations 2021-11-27 15:59:55 +00:00
template Add challenge template 2021-11-27 14:28:52 +00:00
.gitignore Add base AoC libraries 2021-10-20 21:14:04 +01:00
go.mod Add command line options to select day/implementation 2021-10-22 21:37:11 +01:00
go.sum Add command line options to select day/implementation 2021-10-22 21:37:11 +01:00
LICENCE Initial commit 2020-12-01 23:05:35 +00:00

Advent of Code 2021

Solutions to the 2021 Advent of Code. My 2020 solutions can be found here.

Puzzle inputs and descriptions are not included in this repository. You'll have to get these yourself from the AoC website. Here's why.

AoC website - AoC subreddit - AoC awesome list