Skip to content

Commit 6e8583d

Browse files
committed
Add empty parse data in parent class
1 parent f082ef2 commit 6e8583d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/aoc_solution.rb.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ class AOCSolution
99
val.match?(/\A\d+\z/)
1010
end
1111

12+
def parse_data
13+
end
14+
1215
def within_bounds?(twod_arr, r,c)
1316
return false if r < 0
1417
return false if c < 0

0 commit comments

Comments
 (0)