5 lines
68 B
Plaintext

<%@ Language= "VBScript" %>
<%
Response.Write("Hello World")
%>