Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hauleth/advent-of-code-2017
My Advent of Code 2017 solutions
https://github.com/hauleth/advent-of-code-2017
advent-of-code advent-of-code-2017 solutions
Last synced: 18 days ago
JSON representation
My Advent of Code 2017 solutions
- Host: GitHub
- URL: https://github.com/hauleth/advent-of-code-2017
- Owner: hauleth
- License: wtfpl
- Created: 2017-12-02T17:55:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T20:07:00.000Z (about 7 years ago)
- Last Synced: 2024-11-16T09:06:15.902Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017, solutions
- Language: Awk
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2017 solutions
These solutions aren't written in "one tru language" as there is no such thing.
I will always try to choose best language to write such snippet.## Directories structure
- `./day` - Day in calendar
+ `input` - input for tasks
+ `solution.` - solution# License
[WTFPL](LICENSE)