1
0
forked from Mirror/wren

Real hello world example.

This commit is contained in:
Bob Nystrom
2013-11-17 08:55:04 -08:00
parent bc5415e486
commit ee504435f7

View File

@ -1,2 +1 @@
if (false) io.write("bad2")
if (false) io.write("bad")
io.write("Hello, world!")