hello world in curry language

This commit is contained in:
sadineni25
2016-10-27 20:09:08 +05:30
committed by GitHub
parent 3bab02464b
commit d02225362e

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"]])