Merge pull request #368 from sadineni25/sadineni25-patch-1

hello world in curry language
This commit is contained in:
Mike Donaghy
2017-02-12 16:25:09 -06:00
committed by GitHub

7
c/hello-world.curry Normal file
View File

@@ -0,0 +1,7 @@
-- "Hello World" demo for the Tcl/Tk library
import Tk
main = runWidget "Hello"
(TkCol [] [TkLabel [TkText "Hello world!"],
TkButton tkExit [TkText "Stop"]])