Add exo4 missing bits and exo10 code.
[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();
6 //out.print(h.afficher());
7%>
8</body>
9</html>