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