File: smoke.lua

package info (click to toggle)
lua-mode 20201010-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 308 kB
  • sloc: lisp: 2,626; makefile: 40; sh: 21
file content (3 lines) | stat: -rw-r--r-- 46 bytes parent folder | download | duplicates (3)
1
2
3
function hello()
   print("Hello, world")
end