Skip to content

Commit

Permalink
2023-18 (#15)
Browse files Browse the repository at this point in the history
* 2023-18

* 2023-18

* 2023-18

* 2023-18

* 2023-18

* 2023-18

* 2023-18

* 2023-18

* 2023-18

* 2023-18

* 2023-18

* 2023-18

* 2023-18

---------

Co-authored-by: Juris <jurisk@users.noreply.github.com>
  • Loading branch information
jurisk and jurisk authored Dec 18, 2023
1 parent 48c0190 commit 530aeae
Show file tree
Hide file tree
Showing 13 changed files with 1,090 additions and 103 deletions.
1 change: 1 addition & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
| 2023-15 | [Lens Library](https://adventofcode.com/2023/day/15) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2023/Advent15.scala) | | |
| 2023-16 | [The Floor Will Be Lava](https://adventofcode.com/2023/day/16) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2023/Advent16.scala) | | |
| 2023-17 | [Clumsy Crucible](https://adventofcode.com/2023/day/17) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2023/Advent17.scala) | | |
| 2023-18 | [Lavaduct Lagoon](https://adventofcode.com/2023/day/18) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2023/Advent18.scala) | | |
| 2022-01 | [Calorie Counting](https://adventofcode.com/2022/day/1) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2022/Advent01.scala) | | |
| 2022-02 | [Rock Paper Scissors](https://adventofcode.com/2022/day/2) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2022/Advent02.scala) | | |
| 2022-03 | [Rucksack Reorganization](https://adventofcode.com/2022/day/3) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2022/Advent03.scala) | | |
Expand Down
Empty file.
14 changes: 14 additions & 0 deletions scala2/src/main/resources/2023/18-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
R 6 (#70c710)
D 5 (#0dc571)
L 2 (#5713f0)
D 2 (#d2c081)
R 2 (#59c680)
D 2 (#411b91)
L 5 (#8ceee2)
U 2 (#caa173)
L 1 (#1b58a2)
U 2 (#caa171)
R 2 (#7807d2)
U 3 (#a77fa3)
L 2 (#015232)
U 2 (#7a21e3)
Loading

0 comments on commit 530aeae

Please sign in to comment.