exo4: add a generic Node class and make use of it.
[Project_POO.git] / exo6 / Terme.java
1
2 abstract class Terme extends Expression {
3
4 }