Skip to content

Advent of Code 2024 solutions using Typescript and Deno.

Notifications You must be signed in to change notification settings

dsaunders88/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Advent of Code solutions using Typescript and Deno.

Requirements

Usage

Each day's puzzle is found the corresponding src directory. Each day has its own directory with an input.txt (not tracked in this repo) and an index.ts file.

Solve for each day by running the following:

deno task solve [ARGUMENTS]
Argument Example Value Description
--day 01 The two-digit day to solve for, e.g. deno task solve --day=01

Running this deno task will log the solutions to both parts of the puzzle.

About

Advent of Code 2024 solutions using Typescript and Deno.

Resources

Stars

Watchers

Forks