Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T06:43:18.000Z (about 1 year ago)
- Last Synced: 2024-10-10T13:44:05.601Z (27 days 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: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# aoc
[![Go Reference](https://pkg.go.dev/badge/github.com/kkrypt0nn/aoc.svg)](https://pkg.go.dev/github.com/kkrypt0nn/aoc) ![Repository License](https://img.shields.io/github/license/kkrypt0nn/aoc?style=flat-square) ![Code Size](https://img.shields.io/github/languages/code-size/kkrypt0nn/aoc?style=flat-square) ![Last Commit](https://img.shields.io/github/last-commit/kkrypt0nn/aoc?style=flat-square)
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.