https://github.com/gfarrell/aoc2019
Solutions to advent of code 2019 (https://adventofcode.com/2019/)
https://github.com/gfarrell/aoc2019
Last synced: 3 months ago
JSON representation
Solutions to advent of code 2019 (https://adventofcode.com/2019/)
- Host: GitHub
- URL: https://github.com/gfarrell/aoc2019
- Owner: gfarrell
- License: bsd-3-clause
- Created: 2019-12-11T07:58:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T07:37:41.000Z (over 5 years ago)
- Last Synced: 2025-01-17T07:09:19.642Z (5 months ago)
- Language: Haskell
- Size: 10.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2019
My solutions to the Advent of Code 2019 challenges in Haskell (because
it's nice to have a challenge).Run these with stack using the following syntax:
stack run
Where:
* `` is the challenge, so for day 1, part 1 write `1.1`
* `` is the input file path, e.g. `./src/day1_input.txt`Run the unit tests using `stack test`.