Sign in
chromium
/
external
/
llvm.org
/
test-suite
/
master
/
.
/
MultiSource
/
Applications
/
lua
/
bench
/
hello.lua
blob: 856540539907aad07e400b06dc3258b10d097a60 [
file
]
-- $Id: hello.lua,v 1.1.1.1 2004-05-19 18:10:16 bfulgham Exp $
-- http://www.bagley.org/~doug/shootout/
io
.
write
(
"hello world\n"
)