File: hello.lua

package info (click to toggle)
lua50 5.0.3-8.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,228 kB
  • sloc: ansic: 12,032; makefile: 310; sh: 20
file content (3 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (61)
1
2
3
-- the first program in every language

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