Skip to content
/ aoc-2022 Public

🦕🎄 Advent of Code 2022 with TypeScript (Deno)

Notifications You must be signed in to change notification settings

ruksi/aoc-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Advent of Code 2022 using Deno 🦕 runtime and TypeScript.

Requires some version of Deno; these were written with 1.28.3.

# solve individual challenges by day...
deno run --allow-read=. day00/main.ts

# run the tests; they check that all the challenges solve correctly
# note that this might take a while... some hours for all of the them
deno test --allow-read=.

# to format all files, including Markdown
deno fmt

About

🦕🎄 Advent of Code 2022 with TypeScript (Deno)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published