Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natecraddock/aoc
Advent of Code puzzle solutions
https://github.com/natecraddock/aoc
advent-of-code advent-of-code-2021 adventofcode zig
Last synced: about 1 month ago
JSON representation
Advent of Code puzzle solutions
- Host: GitHub
- URL: https://github.com/natecraddock/aoc
- Owner: natecraddock
- License: unlicense
- Created: 2021-12-01T19:31:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T16:59:10.000Z (about 1 year ago)
- Last Synced: 2024-10-24T15:34:00.395Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2021, adventofcode, zig
- Language: Zig
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code
My solutions to the Advent of Code.
* [2021](https://github.com/natecraddock/aoc/tree/master/2021): Solve all problems in Zig to learn the language better
* [2023](https://github.com/natecraddock/aoc/tree/master/2023): Use Lua and focus on completion not speed