Initial release
This commit is contained in:
8
app/Main.hs
Normal file
8
app/Main.hs
Normal file
@@ -0,0 +1,8 @@
|
||||
module Main (main) where
|
||||
|
||||
import ClassyPrelude
|
||||
--import Lib
|
||||
import Day2
|
||||
|
||||
main :: IO ()
|
||||
main = fun
|
||||
Reference in New Issue
Block a user