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