Advent of Code 2022
Go to file
Kevin Baensch 23336d7219 [WIP] Day 11 2022-12-12 07:58:30 +01:00
src [WIP] Day 11 2022-12-12 07:58:30 +01:00
README.md Day 01&02 2022-12-06 14:23:15 +01:00
deno.json Day 10 2022-12-10 13:28:14 +01:00
deno.lock Day 07 2022-12-10 01:24:31 +01:00

README.md

Advent of Code 2022

This Repository contains my solutions for the Advent of Code 2022.

Execute Solutions

(Make sure you have Deno installed.) To run the code for a given day just run the existing task for it. For example to run the code for the first day run deno task Day01.