simonfl3tcher / advent-of-code-ts

πŸŽ„ Advent of code 2020 πŸŽ…

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code πŸŽ… πŸŽ„

Setup steps

First install dependencies:

  npm install

Run tests

  npm run test

Run a day

Navigate to a day

  cd years/2020/02

Create input.txt file & add your contents

  touch input.txt

Run index file

  ts-node index.ts

About

πŸŽ„ Advent of code 2020 πŸŽ…


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%