My solutions to the Advent of Code challenges at https://adventofcode.com/
- Zig 26.2%
- Rust 20.7%
- Ruby 17.5%
- Go 12.2%
- Nim 9.9%
- Other 13.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| 2017 | ||
| 2018 | ||
| 2019 | ||
| 2020 | ||
| 2021 | ||
| 2022 | ||
| README.md | ||
I like solving the Advent of Code challenges every year, and these are my solutions. I use this as a way to learn a new language or try new techniques in one I'm already using, so my code isn't likely to be idiomatic or good. I don't expect this to be useful to anyone, but I'm having fun! :D
- 2015: TODO
- 2016: TODO
- 2017: Python
- 2018: Rust (v1.30, 2018 edition)
- 2019: Ruby
- 2020: Elixir
- 2021: Go
- 2022: Rust (Again! v1.65, 2021 edition)
Languages I'd like to use for the future or TODO years:
- J (or other APL-like)
- Haskell
- Zig
- Nim