first commit

This commit is contained in:
2022-12-07 10:06:14 +01:00
commit 7acee63be6
40 changed files with 433 additions and 0 deletions

7
EidP/hello.java Normal file
View File

@@ -0,0 +1,7 @@
class hello{
public static void main (String args[]){
System.out.println("Jordi Bolz");
}
}