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
/
Day21.hs
6 lines
103 B
Haskell
Raw
Blame
History
module
Day21
(
main
)
where
main
::
IO
()
main
=
do
input
<-
readFile
"
input/21.txt
"
print
input
View Git Blame
Copy Permalink