This commit is contained in:
Your Name
2023-10-03 23:28:51 +02:00
parent 9a83c28137
commit 42f2899bbf
162 changed files with 9 additions and 13 deletions

7
WS22_23/EidP/hello.java Normal file
View File

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