Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 519 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 519 Bytes

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>