Skip to content

SamHamamji/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-code-2022

Repo containing my Advent of Code solutions for 2022, written in Typescript and using node.

Quick start

Setup

npm install

Running

To run the code for day N:

  1. Add your input file as input.txt in the src/day<N> directory.
  2. Run the following command:
npm start <N>

License

Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published