exo4: fix a typo.
[TD_webapps.git] / ROOT / exo4 / hello.jsp
... / ...
CommitLineData
1<%@ page import="bonjour.hello, javax.servlet.*" %>
2<html>
3<body>
4<%
5 hello h = new hello();
6 out.print(h.affiche());
7%>
8</body>
9</html>