https://github.com/kkrypt0nn/aoc
🎄 An Advent of Code utility library for people solving the challenges with Go
https://github.com/kkrypt0nn/aoc
advent-of-code advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 advent-of-code-go advent-of-code-helper advent-of-code-library advent-of-code-solutions adventofcode aoc aoc-go go golang google google-go helper library
Last synced: about 2 months ago
JSON representation
🎄 An Advent of Code utility library for people solving the challenges with Go
- Host: GitHub
- URL: https://github.com/kkrypt0nn/aoc
- Owner: kkrypt0nn
- License: mit
- Created: 2023-09-19T12:33:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T20:43:23.000Z (3 months ago)
- Last Synced: 2025-03-05T21:53:18.804Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2021, advent-of-code-2022, advent-of-code-go, advent-of-code-helper, advent-of-code-library, advent-of-code-solutions, adventofcode, aoc, aoc-go, go, golang, google, google-go, helper, library
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# aoc
[](https://pkg.go.dev/github.com/kkrypt0nn/aoc)   
This library provides some utilities to make the Advent of Code solutions easier, faster and shorter to solve.
## Installation
If you want to use this library for one of your projects, you can install it like any other Go library
```shell
go get github.com/kkrypt0nn/aoc
```## License
This library was made with 💜 by [Krypton](https://krypton.ninja) and is under the [MIT](LICENSE.md) license.