exo4: Add the code skeleton coming from TP2.
[Project_POO.git] / exo4 / Affichable.java
diff --git a/exo4/Affichable.java b/exo4/Affichable.java
new file mode 100644 (file)
index 0000000..2b77230
--- /dev/null
@@ -0,0 +1,6 @@
+
+public interface Affichable {
+
+    public void afficher();
+
+}