File: hello.lua

package info (click to toggle)
erlang-luerl 1%3A1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,512 kB
  • sloc: erlang: 8,288; makefile: 207
file content (5 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (8)
1
2
3
4
5
-- File    : hello.lua
-- Purpose : Brief demonstration of Luerl basics - execution of a file.
-- See     : ./hello.erl

print("Hello, File!")