Skip to content

Commit 1dcae63

Browse files
committed
better readme
1 parent 84eae5d commit 1dcae63

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# Advent of Code 2024
22

3-
> [!NOTE]
4-
> Getting ready...
3+
[![JSR](https://jsr.io/badges/@aoc/2024)](https://jsr.io/@aoc/2024)
4+
5+
Welcome to the Advent of Code 2024! This repository is where the magic happens,
6+
with all solutions written in TypeScript and running on Deno – the best anagram
7+
of Node! Dive into the daily challenges and explore the code. Happy coding and
8+
may your algorithms be ever efficient!
9+
10+
## CLI
11+
12+
You don't have to check out this repository to test my code against your inputs!
13+
Simply run the published cli via JSR:
14+
15+
```bash
16+
deno run -R jsr:@aoc/2024 --help
17+
```
18+
19+
or directly with day and input:
20+
21+
```bash
22+
deno run -R jsr:@aoc/2024 -d 2 -i ./inputs/2.txt
23+
```

0 commit comments

Comments
 (0)