mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
7 lines
61 B
Haskell
7 lines
61 B
Haskell
module Main where
|
|
|
|
import Lib
|
|
|
|
main :: IO ()
|
|
main = someFunc
|