Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goggle/advent-of-code-2017
My solutions of the "Advent of Code 2017"
https://github.com/goggle/advent-of-code-2017
advent-of-code challenges
Last synced: 1 day ago
JSON representation
My solutions of the "Advent of Code 2017"
- Host: GitHub
- URL: https://github.com/goggle/advent-of-code-2017
- Owner: goggle
- License: mit
- Created: 2017-12-01T09:04:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T16:27:22.000Z (almost 7 years ago)
- Last Synced: 2023-03-24T11:41:57.876Z (almost 2 years ago)
- Topics: advent-of-code, challenges
- Language: Go
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2017
My solutions for the ["Advent of Code" challenges 2017](http://adventofcode.com/2017).
I use [go](https://golang.org/) as the programming language to complete the challenges. To execute the code, run
```
go run name_of_the_challenge.go < input
```
in the directory of the challenge.