ASP

Hello World

ASP

<html> <body> <% Response.Write "Hello World" %> </body> </html>