Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flvrone committed Dec 3, 2024
1 parent 3ef8f20 commit e78b73f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# README

Those are my solutions for Advent of Code 2024 puzzles written in Scala.

https://adventofcode.com/2024

With Scala installed, run the solutions like this:

```bash
scala run 1/distance.scala -- 1/test_input.txt
```

0 comments on commit e78b73f

Please sign in to comment.