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 🦕
- Host: GitHub
- URL: https://github.com/huytd/aoc-2022
- Owner: huytd
- Created: 2022-12-01T18:06:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T00:10:36.000Z (over 3 years ago)
- Last Synced: 2024-04-15T06:47:31.585Z (about 2 years ago)
- Topics: advent-of-code, aoc2022, deno, typescript
- Language: Zig
- Homepage:
- Size: 1.15 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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