Skip to content
Snippets Groups Projects
Commit d3ab9caf authored by Baptiste Royer's avatar Baptiste Royer
Browse files

Ajout tp09

parent 7065364a
No related branches found
No related tags found
No related merge requests found
package TP04.Exercice_4;
public enum Team {
TEAM_1,
TEAM_2,
TEAM_3;
}
\ No newline at end of file
package tp04;
import tp04.NumeroAutomatique;
public class Person {
private int ID;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment