petit changement dans SimpleClasse.java
This commit is contained in:
parent
c024742f44
commit
ea4c4bbbdf
1 changed files with 2 additions and 1 deletions
|
@ -7,5 +7,6 @@ public class SimpleClasse{
|
|||
int a=3;
|
||||
int b=5;
|
||||
System.out.println("La somme de "+a+" et "+b+" est: "+sc.somme(a,b));
|
||||
System.out.println("Un petit changement dans SimpleClasse.java");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue