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

https://github.com/smartinscottlogic/advent_2017


https://github.com/smartinscottlogic/advent_2017

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# advent_2017

## Setup new day
To setup a new day, ready for solving, run:
```
cargo xtask setup day${N}
```
Where `N` is the day number, for example:
```
cargo xtask setup day2
```
Will setup `day2` (does NOT perform any git actions)