commit abd070ae22e42d0554cc533827e5e67dd7229ceb Author: Luca - AsusVivoBook Date: Thu Oct 27 14:56:35 2022 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ed8410 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Private Repository HSH BIN Programmieren 1 diff --git a/u01/Hello.class b/u01/Hello.class new file mode 100644 index 0000000..24d1718 Binary files /dev/null and b/u01/Hello.class differ diff --git a/u01/Hello.java b/u01/Hello.java new file mode 100644 index 0000000..fb3be33 --- /dev/null +++ b/u01/Hello.java @@ -0,0 +1,5 @@ +public class Hello { + public static void main(String[] args) { + System.out.println("Hello World"); + } +}