Watch
1
0
Fork
You've already forked advent-of-code
0
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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 79bf2382c5
Bump yard from 0.9.34 to 0.9.35 in /2023 (#3)
Bumps [yard](https://github.com/lsegal/yard) from 0.9.34 to 0.9.35.
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lsegal/yard/compare/v0.9.34...v0.9.35)

---
updated-dependencies:
- dependency-name: yard
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 11:24:45 -08:00
2017 Move everything to a 2017 folder 2021-12-04 21:20:03 -08:00
2018 Bump regex from 1.1.0 to 1.5.5 in /2018 2022-06-06 21:50:58 +00:00
2019 2019: Day 19 Part 1 2021-12-04 21:20:57 -08:00
2020 2020 Day 20 Part 1 2021-12-26 23:03:35 -08:00
2021 Bump golang.org/x/sys in /2021 2023-02-25 09:15:02 +00:00
2022 2022 Day 19 Part 2 2022-12-26 15:45:41 -08:00
2023 Bump yard from 0.9.34 to 0.9.35 in /2023 (#3) 2024-02-28 11:24:45 -08:00
README.md Add more interesting future languages 2024-02-15 12:22:59 -08:00

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)
  • 2023: Nim

Languages I'd like to use for the future or TODO years:

  • Gleam
  • Haskell
  • Inko
  • J (or other APL-like)
  • Koka
  • Zig