This commit is contained in:
Simoes Lukas
2025-03-31 17:29:54 +02:00
parent fe693705bf
commit 2f94e24111
16 changed files with 952 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args) {
LectureFichier fichier = new LectureFichier();
}
}