Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkqk/go-advent2017
Solving http://adventofcode.com/2017
https://github.com/pkqk/go-advent2017
Last synced: about 2 months ago
JSON representation
Solving http://adventofcode.com/2017
- Host: GitHub
- URL: https://github.com/pkqk/go-advent2017
- Owner: pkqk
- Created: 2018-03-09T03:03:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T02:33:18.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T13:31:20.154Z (3 months ago)
- Language: Go
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Advent of Code 2017
===================Slowly solving the puzzles while learning Go.
Get a shell:
docker-compose run shell
Run a days solution eg Day 2 Part 1:
go run runner.go 2a day2/input.txt