Merge pull request #177 from pwittchen/wren

adding hello world in wren language
This commit is contained in:
Mike Donaghy
2015-04-12 13:29:37 -04:00

1
w/wren.wren Normal file
View File

@@ -0,0 +1 @@
IO.print("Hello World")