aboutsummaryrefslogtreecommitdiff
path: root/semestre 4/java/tme/tp1/Bonjour.java
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-02-02 10:35:57 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-02-02 10:35:57 +0100
commitba6692d9b508b448eafd7bc71faa4ae3f3ac7199 (patch)
tree93212290628cd6e62245328c7c9bade60ea16813 /semestre 4/java/tme/tp1/Bonjour.java
parent7cacc4323027307aaa16f4d75a1e2ed4bf8362ff (diff)
Cours du 26 au 30 janvier
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 !");
+ }
+}