Skip to content

Commit 91b36e0

Browse files
committed
Remove sample inputs
1 parent fba6c26 commit 91b36e0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

lib/2024/day_12.ex

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,4 @@ defmodule AdventOfCode.Y2024.Day12 do
6161
|> Enum.count()
6262
end)
6363
end
64-
65-
def sample_input_1, do: "AAAA\nBBCD\nBBCC\nEEEC"
66-
67-
def sample_input_2 do
68-
~w[
69-
RRRRIICCFF
70-
RRRRIICCCF
71-
VVRRRCCFFF
72-
VVRCCCJFFF
73-
VVVVCJJCFE
74-
VVIVCCJJEE
75-
VVIIICJJEE
76-
MIIIIIJJEE
77-
MIIISIJEEE
78-
MMMISSJEEE
79-
]
80-
|> Enum.join("\n")
81-
end
8264
end

0 commit comments

Comments
 (0)