Skip to content

AlexMason/AdventOfCode-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Template - Typescript

This is an Advent of Code template for TypeScript.

How to use

git clone https://github.com/AlexMason/AdventOfCode-Template.git ${PROJECT_DIR}
cd ${PROJECT_DIR}
npm install

Running the project

Use npm start to run the application, this handles the compilation to normal javascript for typescript.

Data Structure

Input Folder

./inputs/input.txt - This is your main input file.
./inputs/inputtest.txt - This is your test input file, use it to do your debugging

Solutions Folder

./solutions/Solution1.ts - This is your 1st solution file.
./solutions/Solution2.ts - This is your 2nd solution file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published