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