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

https://github.com/mugimaru/adventofcode-golang

Advent Of Code solutions
https://github.com/mugimaru/adventofcode-golang

advent-of-code golang

Last synced: about 2 months ago
JSON representation

Advent Of Code solutions

Awesome Lists containing this project

README

          

# [Advent of Code](https://adventofcode.com/): [Go](https://golang.org/)

## Build

```sh
make
```

## Run

Solve first puzzle of year 2019

```sh
./aoc
```

Solve second puzzle of year 2020

```sh
./aoc -year 2020 -day 2
```

Custom input

```sh
./aoc -year 2019 -day 3 -path /path/to/custom/input.txt
```