Team LiB
Previous Section Next Section

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.

    Team LiB
    Previous Section Next Section