This website requires JavaScript.
Explore
Help
Sign In
ionchy
/
adventofcode
Watch
1
Star
0
Fork
You've already forked adventofcode
0
Code
e4ba4a6a86
adventofcode
/
src
/
Day15.hs
6 lines
103 B
Haskell
Raw
Blame
History
module
Day15
(
main
)
where
main
::
IO
()
main
=
do
input
<-
readFile
"
input/15.txt
"
print
input
View Git Blame
Copy Permalink