2018-08-22 01:37:32 -03:00

5 lines
68 B
Plaintext
Executable File

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