X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=blobdiff_plain;f=ROOT%2Fexo4%2FWEB-INF%2Fsrc%2Fbonjour%2Fhello.java;fp=ROOT%2Fexo4%2FWEB-INF%2Fsrc%2Fbonjour%2Fhello.java;h=9970d64d4fb79b6eeb2ed0031918797a5b49a742;hp=0000000000000000000000000000000000000000;hb=05e819e4ef0cd435debc3b9a4d8ff34c654878c3;hpb=df7d30b6e2c4fe49f1e4e2d5be51d52778fd020d diff --git a/ROOT/exo4/WEB-INF/src/bonjour/hello.java b/ROOT/exo4/WEB-INF/src/bonjour/hello.java new file mode 100644 index 0000000..9970d64 --- /dev/null +++ b/ROOT/exo4/WEB-INF/src/bonjour/hello.java @@ -0,0 +1,7 @@ +package bonjour; + +public class hello { + public String affiche() { + return "Bonjour"; + } +}