Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.