Skip to content

Commit

Permalink
Merge pull request #368 from sadineni25/sadineni25-patch-1
Browse files Browse the repository at this point in the history
hello world in curry language
  • Loading branch information
leachim6 committed Feb 12, 2017
2 parents b30c526 + d022253 commit 5c3135d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions c/hello-world.curry
@@ -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 5c3135d

Please sign in to comment.