Skip to content

Commit

Permalink
hello world in curry language
Browse files Browse the repository at this point in the history
  • Loading branch information
sadineni25 committed Oct 27, 2016
1 parent 3bab024 commit d022253
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions c/hello-world.curry
Original file line number Diff line number Diff line change
@@ -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"]])

0 comments on commit d022253

Please sign in to comment.