File: helloworld.lua

package info (click to toggle)
lua-luv 1.51.0-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: ansic: 6,996; makefile: 74; sh: 33
file content (4 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (4)
1
2
3
4
local uv = require('luv')

print('Now quitting.')
uv.run('default')