summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/luv/examples/uvbook/helloworld.lua
blob: 2c77d0c51bce30b87f2115343069089ec14dd7af (plain) (blame)
1
2
3
4
5
local uv = require('luv')

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