<html>
<head>
	<title>Hello World Program</title>
</head>
<body>

<%
out.print("Hello World!");
%>

</body>
</html>