Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjdupuis/aoc
2018 Advent of Code repo
https://github.com/bjdupuis/aoc
Last synced: 8 days ago
JSON representation
2018 Advent of Code repo
- Host: GitHub
- URL: https://github.com/bjdupuis/aoc
- Owner: bjdupuis
- Created: 2018-12-07T20:24:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T15:27:36.000Z (about 6 years ago)
- Last Synced: 2024-11-07T14:47:11.299Z (about 2 months ago)
- Language: Elm
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2018 AoC code
I don't use the elm bootstrap stuff for this. I run
`elm reactor` from the root, and navigate to the challenge I want to run. Paste puzzle input into the field.
Tempted to do this cleaner, but not tempted enough.