Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kissgyorgy/adventofcode2019

My solutions for the Advent of Code 2019 in Go
https://github.com/kissgyorgy/adventofcode2019

advent-of-code advent-of-code-2019 golang

Last synced: 24 days ago
JSON representation

My solutions for the Advent of Code 2019 in Go

Awesome Lists containing this project

README

        

# Advent of Code 2019

My solutions for the Advent of Code 2019 in Go

## Running

```bash
$ cd day5
$ go run day5.go
```

Tests:

```bash
$ cd day4
$ go test -v
```