Add competitive template for Crystal
This commit is contained in:
parent
5f97f44af4
commit
b1a2a25edb
11
template.cr
Normal file
11
template.cr
Normal file
|
@ -0,0 +1,11 @@
|
|||
require "advent"
|
||||
INPUT = input(2022, n)#.lines.map(&.to_i32)
|
||||
|
||||
def part1(input)
|
||||
end
|
||||
|
||||
def part2(input)
|
||||
end
|
||||
|
||||
puts part1(INPUT.clone)
|
||||
puts part2(INPUT.clone)
|
Loading…
Reference in New Issue
Block a user