Skip to content

Commit

Permalink
Merge pull request #267 from sjrd/website-2023-day01-solver
Browse files Browse the repository at this point in the history
Solver for 2023, day 01.
  • Loading branch information
sjrd authored Dec 1, 2023
2 parents 49c75a0 + f1396ae commit 4a1ab3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/2023/puzzles/day01.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,16 @@ def part2(input: String): String =
end part2
```

### Run it in the browser

#### Part 1

<Solver puzzle="day01-part1" year="2023"/>

#### Part 2

<Solver puzzle="day01-part2" year="2023"/>

## Solutions from the community

Share your solution to the Scala community by editing this page.
2 changes: 1 addition & 1 deletion solutions

0 comments on commit 4a1ab3f

Please sign in to comment.