beca21d636942f164801191ba3b08f25c11ab09b
[TD_webapps.git] / ROOT / exo4 / hello.jsp
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>