Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kissgyorgy/adventofcode2019
- Owner: kissgyorgy
- License: mit
- Created: 2019-12-03T09:06:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T18:18:04.000Z (over 4 years ago)
- Last Synced: 2023-08-03T22:26:17.785Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2019, golang
- Language: Go
- Homepage: https://adventofcode.com/2019
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```