https://github.com/scorphus/advent-of-code-2021
⚡ Solutions to Advent of Code 2021 🎄
https://github.com/scorphus/advent-of-code-2021
advent-of-code advent-of-code-2021 advent-of-code-2021-zig zig
Last synced: about 1 year ago
JSON representation
⚡ Solutions to Advent of Code 2021 🎄
- Host: GitHub
- URL: https://github.com/scorphus/advent-of-code-2021
- Owner: scorphus
- License: bsd-3-clause
- Created: 2021-12-01T06:47:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T18:25:10.000Z (over 4 years ago)
- Last Synced: 2025-02-16T20:28:08.643Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2021-zig, zig
- Language: Zig
- Homepage: https://adventofcode.com/2021
- Size: 99.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :christmas_tree: Advent of Code 2021
Solutions to [Advent of Code 2021] in [Zig][] :zap:
## Motivations
- Learn [Zig][] from *[scratch][]*, its tooling and ecosystem :zap:
- Practice problem solving :sweat_smile:
- Have fun :slightly_smiling_face:
## License
Code in this repository is distributed under the terms of the BSD 3-Clause
License (BSD-3-Clause).
See [LICENSE][] for details.
[advent of code 2021]: https://adventofcode.com/2021
[zig]: https://ziglang.org/
[scratch]: https://github.com/scorphus/ziglings "started with ziglings two days before"
[license]: LICENSE