This website requires JavaScript.
Explore
Help
Sign In
Advent-of-Code
/
AdventOfCode-2020
Watch
1
Star
0
Fork
0
You've already forked AdventOfCode-2020
Code
Issues
Pull Requests
Releases
Wiki
Activity
b1889cbbba
AdventOfCode-2020
/
template.cr
10 lines
125 B
Crystal
Raw
Normal View
History
Unescape
Escape
Fix type in template file.
2020-11-30 21:13:36 -08:00
INPUT
=
File
.
read
(
"
dayN.txt
"
)
#.lines.map(&.chomp)
Add template file.
2020-11-30 20:44:23 -08:00
def
part1
input
=
INPUT
.
clone
end
def
part2
input
=
INPUT
.
clone
end
Reference in New Issue
Copy Permalink