Files
hello-world/c/hello-world.curry
2016-10-27 20:09:08 +05:30

8 lines
191 B
Plaintext

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