🚀 TP 5

This commit is contained in:
ItsTheSky
2025-12-15 09:48:06 +01:00
parent 16d76d1c08
commit cbb2580ce9
24 changed files with 121 additions and 224 deletions

View File

@ -0,0 +1,8 @@
package net.itsthesky.projetbut2.model.route;
public class SuivreOrthodromie implements SuivreRoute {
@Override
public void suivreRoute() {
IO.println("Suivi de route par orthodromie");
}
}