Skip to content

Commit

Permalink
feat: solved 2023 day 13 part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Dec 13, 2023
1 parent a8eef41 commit 27625e1
Show file tree
Hide file tree
Showing 6 changed files with 1,778 additions and 11 deletions.
15 changes: 15 additions & 0 deletions resources/2023/13/example.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#.##..##.
..#.##.#.
##......#
##......#
..#.##.#.
..##..##.
#.#.##.#.

#...##..#
#....#..#
..##..###
#####.##.
#####.##.
..##..###
#....#..#
17 changes: 17 additions & 0 deletions resources/2023/13/example.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.####..###...
..##.......##
##..##..#.#..
........#####
#.##.####..##
#.##.###.#...
##..##.#.....
#.##.######.#
..##..##.#.##
#....##..#.##
##..##...#...
########.##..
#....####.#..
..##..#..####
######.###.##
######.#.##..
..##...#..###
Loading

0 comments on commit 27625e1

Please sign in to comment.