Merge branch 'main' into Nico_Creation_Methodes_vides

This commit is contained in:
NicolasFabregas 2020-12-12 16:30:12 +01:00 committed by GitHub
commit 6db5c8eef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -21,6 +21,5 @@ public class ImportData {
* La methode de recuperation de l URL * La methode de recuperation de l URL
*/ */
public void getUrl(){ public void getUrl(){
} }
} }

View file

@ -1,7 +1,7 @@
public class test{ public class test{
public static void main(String[] args){ public static void main(String[] args){
System.out.println("Il n'y a rien a voir !"); System.out.println("Il n'y a rien a voir !");
System.out.println("nico fait un test"); System.out.println("nico fait un test");
System.out.println("Il Je test les branchs");
} }
} }