AAAE/app/Main.hs

10 lines
108 B
Haskell
Raw Normal View History

2018-07-04 19:11:50 +00:00
module Main where
import GHC.Generics
import Data.Proxy
import Lib
main :: IO ()
main = print "compiles"