hello world in curry language
This commit is contained in:
7
c/hello-world.curry
Normal file
7
c/hello-world.curry
Normal 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"]])
|
||||||
Reference in New Issue
Block a user