Skip to content

Commit

Permalink
better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spalberg committed Dec 3, 2024
1 parent 84eae5d commit 1dcae63
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Advent of Code 2024

> [!NOTE]
> Getting ready...
[![JSR](https://jsr.io/badges/@aoc/2024)](https://jsr.io/@aoc/2024)

Welcome to the Advent of Code 2024! This repository is where the magic happens,
with all solutions written in TypeScript and running on Deno – the best anagram
of Node! Dive into the daily challenges and explore the code. Happy coding and
may your algorithms be ever efficient!

## CLI

You don't have to check out this repository to test my code against your inputs!
Simply run the published cli via JSR:

```bash
deno run -R jsr:@aoc/2024 --help
```

or directly with day and input:

```bash
deno run -R jsr:@aoc/2024 -d 2 -i ./inputs/2.txt
```

0 comments on commit 1dcae63

Please sign in to comment.