You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
src | 6 months ago | |
README.md | 6 months ago | |
deno.json | 6 months ago | |
deno.lock | 6 months ago |
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
.