first commit

This commit is contained in:
Luca - AsusVivoBook 2022-10-27 14:56:35 +02:00
commit abd070ae22
3 changed files with 6 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# Private Repository HSH BIN Programmieren 1

BIN
u01/Hello.class Normal file

Binary file not shown.

5
u01/Hello.java Normal file
View File

@ -0,0 +1,5 @@
public class Hello {
public static void main(String[] args) {
System.out.println("Hello World");
}
}