Main.hs (103B)
1 module Main where 2 3 import LLVM.Codegen 4 5 test = ppllvm 6 7 main :: IO () 8 main = putStrLn "Hello, Haskell!"