Skip to content

Commit

Permalink
commit initial
Browse files Browse the repository at this point in the history
  • Loading branch information
pomartel committed Nov 11, 2024
0 parents commit d6c821b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
Empty file.
12 changes: 12 additions & 0 deletions 10 - Git/test.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import java.util.Scanner;

public class test {

public static void main(String[] args) {
Scanner sc = new Scanner(System.in);

System.out.println("bonjour monde!");

sc.close();
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added 6 - Java les bases/.gitkeep
Empty file.
Empty file added 7 - Java if...else/.gitkeep
Empty file.
Empty file added 8 - Java boucles for/.gitkeep
Empty file.
Empty file added 9 - Java boucles while/.gitkeep
Empty file.
Empty file added Examens/Examen 1/.gitkeep
Empty file.
Empty file added Examens/Examen 2/.gitkeep
Empty file.

0 comments on commit d6c821b

Please sign in to comment.