<html>

<body>
<%
String i="HelloWorld";
out.print(i);
%>

</body>

</html>