This commit is contained in:
Emmanuel Srivastava
2025-03-03 21:48:22 +01:00
parent 7a4a32cdc9
commit dc3359eb92
7 changed files with 92 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
public interface Vehicule {
public int nbRoues();
public String sorte();
}