exo6: add the basic operations code.
[Project_POO.git] / exo6 / Terme.java
... / ...
CommitLineData
1
2abstract class Terme extends Expression {
3
4}