DEV/BUT1/CONTROLE/DEV2.1/Entrainement/SUJETB/EXO1/Test.java

6 lines
155 B
Java
Raw Permalink Normal View History

2024-03-09 14:19:25 +01:00
public class Test{
public static void main(String[] args){
Decapite test = new Decapite();
System.out.println(test.toString());
}
}