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