Création d'un constructeur pour ImportData #1

Merged
MHAVGOUDOUKIAN merged 1 commit from Branch_Maxime into main 2020-12-12 15:42:55 +01:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 56f23bc8f7 - Show all commits

View file

@ -1,4 +1,8 @@
package fr.myny.data;
public class ImportData {
ImportData()
{
System.out.println("Creation d'un ImportData");
}
}

View file

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