We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4666014 commit 39d592cCopy full SHA for 39d592c
2024/ruby/template.rb.erb
@@ -13,5 +13,4 @@ class <%= day_klass_name %> < Day # >
13
end
14
15
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")
17
0 commit comments