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: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T20:07:00.000Z (over 7 years ago)
- Last Synced: 2025-01-17T01:44:46.598Z (5 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)