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
ac3bd77f23
2018
/
src
/
Day09.hs
6 lines
103 B
Haskell
Raw
Blame
History
module
Day09
(
main
)
where
main
::
IO
()
main
=
do
input
<-
readFile
"
input/09.txt
"
print
input
Reference in New Issue
View Git Blame
Copy Permalink