Skip to content

Commit 39d592c

Browse files
committed
not all days have different part2 example
1 parent 4666014 commit 39d592c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

2024/ruby/template.rb.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ class <%= day_klass_name %> < Day # >
1313
end
1414

1515
EXAMPLE_INPUT = File.read("../inputs/<%= day_klass_name.downcase %>-example-input.txt")
16-
EXAMPLE_INPUT_PART2 = File.read("../inputs/<%= day_klass_name.downcase %>-example-part2-input.txt")
1716
end

0 commit comments

Comments
 (0)