Fix the Compactable implementation in Entiers and Listes classes.
[TP_POO.git] / TP2 / Affichable.java
... / ...
CommitLineData
1
2public interface Affichable {
3
4 public void afficher();
5
6}