cga/Main.hs
2014-10-05 15:57:18 +02:00

9 lines
120 B
Haskell

import Gtk
import System.Environment
main :: IO ()
main = do
a <- getArgs
makeGUI (if null a then head a else "")