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

https://github.com/easycz/advent-of-code-2019

Solutions for Advent of Code 2019
https://github.com/easycz/advent-of-code-2019

Last synced: about 1 year ago
JSON representation

Solutions for Advent of Code 2019

Awesome Lists containing this project

README

          

# advent-of-code-2019
Solutions for Advent of Code 2019

## Run a solution
```bash
go run github.com/easyCZ/advent-of-code-2019 --day

# or with stdin input
go run github.com/easyCZ/advent-of-code-2019 --day < input.txt
```