An open API service indexing awesome lists of open source software.

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 🎄

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