Network.Security.Tools [Electronic resources]

نسخه متنی -صفحه : 85/ 20
نمايش فراداده

1.5. Hello World

What programming tutorial would be complete without a Hello World example? The following NASL script is just that:

display("Hello World\n");

Run the preceding line with the nasl interpreter, and you will see the text Hello World displayed.