Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/backendtea/advent-of-code-2018


https://github.com/backendtea/advent-of-code-2018

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2018

My solutions for advent of code 2018. Don't look if you don't want spoilers

If you wish to run the code, run it from the directory the solution is in, e.g.
if you wish to run the code from day 2 you do the following.

```bash
$ cd day2
$ go run day2.go
```