/hello.lua

http://github.com/wilkie/djehuty · Lua · 6 lines · 6 code · 0 blank · 0 comment · 1 complexity · cdfbfa1e03c91c4f789de20e2ce0f615 MD5 · raw file

  1. print "Hello from Lua"
  2. print "Start"
  3. for i=1,10 do
  4. print(i)
  5. end
  6. print "End"