Renamed curry example to correctly match naming scheme
This commit is contained in:
7
c/curry.curry
Normal file
7
c/curry.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