ajnsit / purescript-adventofcode

Advent Of Code Solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purescript Advent Of Code

These are my Purescript Advent of Code solutions.

After Year 2020 Day8, I switched to using the Purescript AdventOfCode starter kit. I also took this opportunity to move the primary branch to main instead of master.

The old code, including the code for Year2019 is still on the master branch.

Installation

Clone the repo. Then run npm install.

Usage

Run ./aoc run YEAR DAY to run the solutions for a particular year and day.

See the documentation for Purescript AdventOfCode starter kit for more information.

About

Advent Of Code Solutions


Languages

Language:PureScript 90.7%Language:Dhall 5.4%Language:JavaScript 4.0%