An open API service indexing awesome lists of open source software.

https://github.com/huytd/aoc-2022

Advent Of Code 2022 in 🦕
https://github.com/huytd/aoc-2022

advent-of-code aoc2022 deno typescript

Last synced: 11 months ago
JSON representation

Advent Of Code 2022 in 🦕

Awesome Lists containing this project

README

          

# AOC 2022

Here's my take for the 2022's [Advent Of Code](https://adventofcode.com/2022).

This year, I'm gonna use TypeScript/[Deno](https://deno.land/), because, heck, it's
the language I use everyday.

I'm not sure how long this repo will last because I usually go on vacation for the
full month when the challanges getting harder :joy: But let's see.

To run the code for each day, navigate to the day's folder and use `make`:

```
$ cd day01
$ make
```



December 2022


Mon
Tue
Wed
Thu
Fri
Sat
Sun







1
2
3
4


5
6
7
8
9
10
11


12
13
14
15
16
17
18


19
20
21
22
23
24
25