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

https://github.com/scottames/adventofcode

Advent of code solutions - just a bit of fun all in the hopes to have fun, explore & improve
https://github.com/scottames/adventofcode

adventofcode aoc

Last synced: about 1 month ago
JSON representation

Advent of code solutions - just a bit of fun all in the hopes to have fun, explore & improve

Awesome Lists containing this project

README

          

# Advent of Code

@scottames' [advent of code](https://adventofcode.com/) solutions - just a bit of fun all in the hopes to have fun, explore & improve

## Usage

### Golang

```shell
mage go:run
```

### Alternatively

```shell
mage -l
```

## Requirements

1. [Go](https://golang.org/)
1. [Mage](https://magefile.org/)
1. [Rust](https://www.rust-lang.org/)

## Resources

- Other AOC solutions
- [j4rv](https://github.com/j4rv/advent-of-code-2020/)