mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
5 lines
158 B
Lua
5 lines
158 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!")
|