Skip to content

oleg-prikhodko/aoc2024-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno

About

Solutions for Advent of Code 2024 written with TypeScript and Deno. Test inputs along with my specific inputs can be found in input directory.

How to test

To launch test cases do:

deno run test

How to run

To launch a specific day's solution do:

deno run --allow-read solutions/dayX.ts

To run them all:

deno run start

Releases

No releases published

Packages

No packages published