Skip to content

PalmaAnd/Advent-of-Code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-Code-2022

This is my try on the Advent of Code 2022 by using Typescript. I've never used pure Typescript to write scripts for problems like these.

Getting started

Clone the repository

git clone --depth=1 https://github.com/PalmaAnd/Advent-of-Code-2022.git

Install dependencies

cd Advent-of-Code-2022

npm install

To compile the Typescript files and to generate the Javascript files for execution execute the following:

npm run build
node /dist/<name_folder>/<name_file.js>

About

Advent of Code Repo for 2022

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published