https://github.com/cpl/advent-of-code
Advent of code
https://github.com/cpl/advent-of-code
advent-of-code advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 golang
Last synced: 5 months ago
JSON representation
Advent of code
- Host: GitHub
- URL: https://github.com/cpl/advent-of-code
- Owner: cpl
- License: gpl-3.0
- Created: 2018-12-03T15:52:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-06T06:18:16.000Z (6 months ago)
- Last Synced: 2025-12-07T14:32:50.269Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021, advent-of-code-2022, golang
- Language: Go
- Homepage: https://adventofcode.com
- Size: 339 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
For me, each year is worthy of a theme.
- [2018](https://github.com/cpl/advent-of-code/tree/year/2018) was "as many languages as possible"
- [2019](https://github.com/cpl/advent-of-code/tree/year/2019) was "Go", but only did 2 days (doing Intcode problems in 2022 for fun)- [2020](https://github.com/cpl/advent-of-code/tree/year/2020) was also "Go", but got to day 12
- [2021](https://github.com/cpl/advent-of-code/tree/year/2021) was "TDD (Test driven development)"
- [2022]() is "Functional Programming" in Go
## Ideas for future years
- [ ] Use the MU0 simulator and solve everything in ASM
- [ ] Scratch
- [ ] Typescript with Web view