Skip to content

galnegus/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Collection of my advent of code 2023 programs

Tech Stack

Typescript, Node

Installation

Just need to be able to run typescript programs. Should be able to just open a file in vs code and then use the ts-node launcher to run each file.

npm install

To run from terminal it might be needed to globally install ts-node (not sure). If it doesn't work without it, run the below command:

npm install -g ts-node typescript '@types/node'

Usage/Examples

ts-node day-01-trebuchet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published