Skip to content

josex2r/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

https://adventofcode.com/2022/

Install

Install deno ^v1.19.3 an then cache deps using:

deno cache deps.ts

Run exercises

deno run --allow-read day-1/part-1.ts

Code sanity

deno lint