File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Advent of Code 2024
2
2
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
+ ```
You can’t perform that action at this time.
0 commit comments