Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
/ aoc-2022 Public archive

Solutions for my Advent of Code, 2022 challenges

Notifications You must be signed in to change notification settings

Yakiyo/aoc-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Note: Ditching this cz, exams swamped me and i cant get time to do them anymore.

Solutions for my Advent of Code, 2022 challenges.

Solutions are in Typescript and uses Deno. Challenge of each day is separated in separate folders.

For running a challenge just do:

$ deno task run DAY_NUM PART_NUM
# This runs day 4's part 2 script
$ deno task run 4 2

Make sure to populate the inputs directory before running a script.