/adventofcode

Advent of Code solutions

Primary LanguageTypeScriptMIT LicenseMIT

Advent of Code solutions

Solutions for some Advent of Code problems using TypeScript, Node.js and Rust.

Running

  1. npm i
  2. node -r ts-node/register src/2017/1.ts
  3. cargo build
  4. cargo run --bin 2021-1