Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backendtea/advent-of-code-2018
https://github.com/backendtea/advent-of-code-2018
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/backendtea/advent-of-code-2018
- Owner: BackEndTea
- License: mit
- Created: 2018-12-03T19:20:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T10:33:04.000Z (about 6 years ago)
- Last Synced: 2024-11-24T19:41:28.659Z (about 2 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2018
My solutions for advent of code 2018. Don't look if you don't want spoilers
If you wish to run the code, run it from the directory the solution is in, e.g.
if you wish to run the code from day 2 you do the following.```bash
$ cd day2
$ go run day2.go
```