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

https://github.com/kujenga/adventofcode

Solutions for Advent of Core
https://github.com/kujenga/adventofcode

Last synced: 5 months ago
JSON representation

Solutions for Advent of Core

Awesome Lists containing this project

README

          

# Advent of Code

[https://adventofcode.com/](https://adventofcode.com/)

## Development

Most solutions are run against `stdin`, meaning usage is as follows:

```sh
./main.py < example.txt
./main.py < input.txt
```