initial
This commit is contained in:
9
app/Main.hs
Normal file
9
app/Main.hs
Normal file
@ -0,0 +1,9 @@
|
||||
module Main where
|
||||
|
||||
import GHC.Generics
|
||||
import Data.Proxy
|
||||
|
||||
import Lib
|
||||
|
||||
main :: IO ()
|
||||
main = print "compiles"
|
Reference in New Issue
Block a user