1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
semantic/app/Main.hs

8 lines
90 B
Haskell
Raw Normal View History

2015-11-18 01:44:16 +03:00
module Main where
2015-11-18 01:54:16 +03:00
import Diff
import Syntax
2015-11-18 01:44:16 +03:00
main :: IO ()
2015-11-18 01:54:16 +03:00
main = putStrLn "hello world"