1
0
forked from Mirror/wren
This commit is contained in:
Bob Nystrom
2014-01-12 10:58:13 -08:00
parent a8b51f6c8b
commit 86d93296ab

View File

@ -4,7 +4,7 @@ Wren is a *small, clean, fast, class-based scripting language.* Think Smalltalk
in a Lua-sized package.
:::java
io.write("Hello, world!")
IO.print("Hello, world!")
class Wren {
adjectives = ["small", "clean", "fast"]