Files
hello-world/c/curry.curry
2017-10-26 15:42:03 +01:00

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