This website requires JavaScript.
Explore
Help
Sign In
adventofcode
/
2018
Watch
1
Star
0
Fork
You've already forked 2018
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
49f211ca63
2018
/
src
/
Day05.hs
6 lines
103 B
Haskell
Raw
Blame
History
module
Day05
(
main
)
where
main
::
IO
()
main
=
do
input
<-
readFile
"
input/05.txt
"
print
input
Reference in New Issue
View Git Blame
Copy Permalink