adding hello world in wren language

This commit is contained in:
Piotr Wittchen
2015-03-04 20:57:21 +01:00
parent 4691aea289
commit f4b3364844

1
w/wren.wren Normal file
View File

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