GitHunt
ME

messersm/aoc-2021-fp-ts

Advent of Code with fp-ts

AOC-2021-fp-ts

Advent of Code with fp-ts

These are my solutions to the Advent of Code 2021
using typescript and fp-ts.

Something like the following should get you going:

cd aoc-2021-fp-ts
npm ci
npx ts-node src/[puzzle].ts input/[input]

Languages

TypeScript100.0%

Contributors

MIT License
Created December 3, 2021
Updated May 6, 2022
messersm/aoc-2021-fp-ts | GitHunt