1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
semantic/semantic-codegen/Main.hs
2020-01-30 17:11:12 -05:00

5 lines
67 B
Haskell

module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"