Skip to content

Commit 727dba3

Browse files
add readme
1 parent c5b4616 commit 727dba3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Advent of Code 2022
2+
3+
Hello, here are my solutions for the [AoC2022](https://adventofcode.com/2022) competition. They are written in typescript and run using [node.js](https://nodejs.org).
4+
5+
## Running the solutions
6+
7+
Install dependencies with
8+
9+
```
10+
yarn install
11+
```
12+
13+
and then run the solution for the specific day _nr_ with
14+
15+
```
16+
DAY=nr yarn calculate
17+
```

0 commit comments

Comments
 (0)