Skip to content

ruizb/adventofcode2022

Repository files navigation

Advent of code 2022

This is a toy project to test the Effect TS library and its ecosystem.

Requirements

You can use nvm to install the appropriate version of Node.js, then use the following command at the root of the project:

nvm use

Install

npm ci

Run

npx ts-node-esm src/dayX/index.ts

Tests

npm test
npx vitest --run -t "Day 2 part 1"

About

Advent of code 2022 puzzles using Effect TS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published