An open API service indexing awesome lists of open source software.

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

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`