Skip to content

JonGinty/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

A collection of my submissions for Advent of Code 2022.

All solutions (so far) are built using TypeScript (in strict mode) and run / tested using Deno.

Please don't judge me based on code quality here, these are all wacky-hacky quick solutions which I did not refactor after completing the challenges.

Examples

Run

  • run normally deno run ./src/01/index.ts
  • run without file read prompt deno run --allow-read ./src/01/index.ts

Test

  • deno test ./src/01/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published