Skip to content

Commit

Permalink
2023-13 (#9)
Browse files Browse the repository at this point in the history
* 2023-12

* 2023-12

* 2023-12

* 2023-12

* 2023-12 - 2 stars

* 2023-12 - refactoring

* 2023-12 - refactoring

* 2023-12 - refactoring

* 2023-12 - refactoring

* 2023-12 - refactoring

* 2023-12 - refactoring

* 2023-12 - refactoring

---------

Co-authored-by: Juris <jurisk@users.noreply.github.com>
  • Loading branch information
jurisk and jurisk authored Dec 13, 2023
1 parent 12b72b9 commit 12522b8
Show file tree
Hide file tree
Showing 7 changed files with 1,611 additions and 0 deletions.
1 change: 1 addition & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
| 2023-10 | [Pipe Maze](https://adventofcode.com/2023/day/10) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2023/Advent10.scala) | | |
| 2023-11 | [Cosmic Expansion](https://adventofcode.com/2023/day/11) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2023/Advent11.scala) | | |
| 2023-12 | [Hot Springs](https://adventofcode.com/2023/day/12) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2023/Advent12.scala) | | |
| 2023-13 | [Point of Incidence](https://adventofcode.com/2023/day/13) | [Scala](scala2/src/main/scala/jurisk/adventofcode/y2023/Advent13.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
15 changes: 15 additions & 0 deletions scala2/src/main/resources/2023/13-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#.##..##.
..#.##.#.
##......#
##......#
..#.##.#.
..##..##.
#.#.##.#.

#...##..#
#....#..#
..##..###
#####.##.
#####.##.
..##..###
#....#..#
Loading

0 comments on commit 12522b8

Please sign in to comment.