mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
4 lines
157 B
Lua
4 lines
157 B
Lua
--This is a --lua-exec "Hello world" example. In order to send to a client,
|
|
--all you need to do is output it to the standard output.
|
|
|
|
print "Hello, world!"
|