tests/fail/demo_hello.lua

Tue, 26 Oct 2010 10:43:56 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 26 Oct 2010 10:43:56 +0100
changeset 57
3e148db7f933
permissions
-rw-r--r--

Add tests/ to the repo

-- hello.lua
-- the first program in every language

io.write("Hello world, from ",_VERSION,"!\n")

mercurial