Renamed curry example to correctly match naming scheme

This commit is contained in:
Craig McLure
2017-10-26 15:42:03 +01:00
parent ff9d37be10
commit 30420624f6

7
c/curry.curry Normal file
View 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"]])