https://github.com/ix/aoc-2019
advent of code
https://github.com/ix/aoc-2019
advent-of-code advent-of-code-2019 haskell
Last synced: about 1 year ago
JSON representation
advent of code
- Host: GitHub
- URL: https://github.com/ix/aoc-2019
- Owner: ix
- Created: 2019-12-02T19:07:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T00:12:36.000Z (over 6 years ago)
- Last Synced: 2025-02-12T14:28:07.267Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2019, haskell
- Language: Haskell
- Size: 15.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Advent of Code 2019
Easy to run thanks to [[https://docs.haskellstack.org/en/stable/GUIDE/#script-interpreter][Stack script interpreter]], just do as-follows:
#+BEGIN_SRC bash
user@host:~$ cat 1.txt | ./1a.hs # e.g. for day 1, problem A
#+END_SRC
You can also build binaries for all the solutions.
Just run `make`.
** License (BSD3)
All files can be considered BSD3, but I don't know why you'd want them.