cga/Main.hs

9 lines
93 B
Haskell

import Gtk
import System.Environment
main :: IO ()
main = do
[a] <- getArgs
startGUI a