exo6: add the basic code structure with the right class hierarchy
[Project_POO.git] / exo6 / Facteur.java
diff --git a/exo6/Facteur.java b/exo6/Facteur.java
new file mode 100644 (file)
index 0000000..8481daf
--- /dev/null
@@ -0,0 +1,4 @@
+
+abstract class Facteur extends Terme {
+
+}