geometry/Main.hs

8 lines
107 B
Haskell

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