This website requires JavaScript.
Explore
Help
Register
Sign In
steph
/
adventofcode
Watch
1
Star
0
Fork
0
You've already forked adventofcode
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
adventofcode
/
2022
/
app
/
Main.hs
8 lines
93 B
Haskell
Raw
Normal View
History
Unescape
Escape
Setup
2022-12-01 21:14:46 +01:00
module
Main
where
Day 1! Off to a good start (I hope)
2022-12-01 22:28:05 +01:00
import
qualified
Day1.Main
as
Day1
Setup
2022-12-01 21:14:46 +01:00
main
::
IO
()
Day 1! Off to a good start (I hope)
2022-12-01 22:28:05 +01:00
main
=
do
Day1
.
main
Reference in New Issue
Copy Permalink