exo6: add the full implementation.
[Project_POO.git] / exo6 / Parenthese.java
diff --git a/exo6/Parenthese.java b/exo6/Parenthese.java
deleted file mode 100644 (file)
index 2be283b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-class Parenthese extends Facteur {
-
-    public double evaluer() {
-        return 0.0;
-    }
-}