Files
hello-world/c/curry.curry
2018-08-22 01:37:32 -03:00

8 lines
191 B
Plaintext
Executable File

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