Skip to content

My solutions to Advent of Code 2020 challenge in TypeScript!

Notifications You must be signed in to change notification settings

AdityaPratap006/AdventOfCode2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020 (TypeScript Solutions)

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.

Steps to run locally:

  1. Install dependencies.
    $ yarn
  2. Run command in one terminal, let that keep running.
    $ yarn watch
  3. Open another terminal and run command
     $ yarn dev