j'ai mis un print yes sur le fichier java et le fichier texte c'est des cara au pif
This commit is contained in:
parent
e6b18835de
commit
c84ccd9c34
2 changed files with 7 additions and 0 deletions
6
test.java
Normal file
6
test.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
public class test{
|
||||
public static void main(String[] args){
|
||||
System.out.println("yes");
|
||||
}
|
||||
}
|
||||
Reference in a new issue