exo6: add the basic code structure with the right class hierarchy
[Project_POO.git] / exo6 / Opadd.java
1
2 abstract class Opadd extends Expression {
3
4 }