aboutsummaryrefslogtreecommitdiff
path: root/semestre 4/java/tme/tp1/Bonjour.java
diff options
context:
space:
mode:
Diffstat (limited to 'semestre 4/java/tme/tp1/Bonjour.java')
-rw-r--r--semestre 4/java/tme/tp1/Bonjour.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/semestre 4/java/tme/tp1/Bonjour.java b/semestre 4/java/tme/tp1/Bonjour.java
new file mode 100644
index 0000000..d0422d0
--- /dev/null
+++ b/semestre 4/java/tme/tp1/Bonjour.java
@@ -0,0 +1,5 @@
+public class Bonjour {
+ public static void main(String[] args) {
+ System.out.println("Bonjour !");
+ }
+}