1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00
semantic/semantic-codegen/Main.hs

5 lines
67 B
Haskell
Raw Normal View History

2020-01-31 01:11:12 +03:00
module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"