AAAE/app/Main.hs
2018-07-04 21:16:08 +02:00

10 lines
108 B
Haskell

module Main where
import GHC.Generics
import Data.Proxy
import Lib
main :: IO ()
main = print "compiles"