https://github.com/patrickmn/adventofkoka
Advent of Code solutions in Koka
https://github.com/patrickmn/adventofkoka
Last synced: 3 months ago
JSON representation
Advent of Code solutions in Koka
- Host: GitHub
- URL: https://github.com/patrickmn/adventofkoka
- Owner: patrickmn
- Created: 2020-12-08T14:28:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T15:41:54.000Z (over 5 years ago)
- Last Synced: 2025-05-09T16:57:24.281Z (about 1 year ago)
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Koka
[Advent of Code](https://adventofcode.com/) solutions in [Koka](https://koka-lang.github.io/).
## Prerequisites
- Install Koka: `curl -sSL https://github.com/koka-lang/koka/releases/latest/download/install.sh | sh`
## Running
- Put your puzzle input in `input/day01`
- `koka -e src/year2020/day01.kk`