File: smoke.lua

package info (click to toggle)
lua-mode 20250310~git.2f6b8d7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: lisp: 3,186; 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