Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ariejan authored Nov 15, 2024
1 parent 49c7527 commit b4b5d36
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# advent-of-code-2024
Advent of Code 2024
# πŸŽ…πŸ§©πŸŽ„ Advent of Code 2024 πŸŽ„πŸ§© πŸŽ…

Trying to be prepared for this year's edition...

## Setup

```sh
git clone git@github.com:ariejan/advent-of-code-2024
bundle install
```

## Running tests

```sh
rspec
```

## Solving problems

```
bin/aoc <day>
bin/aoc all
```

0 comments on commit b4b5d36

Please sign in to comment.