https://github.com/alphapeter/aoc2016
Advent of code (golang)
https://github.com/alphapeter/aoc2016
Last synced: 9 months ago
JSON representation
Advent of code (golang)
- Host: GitHub
- URL: https://github.com/alphapeter/aoc2016
- Owner: alphapeter
- Created: 2016-12-10T12:56:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T10:32:37.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T11:24:54.809Z (11 months ago)
- Language: Go
- Size: 202 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent of code 2016
As a reason to learn GO, the solutions are written in Go (https://golang.org/)
http://adventofcode.com/2016
Type go run dayX/file.go in the root directory to run each solution