2
0

Transfer der Vorlage nach GitHub.

This commit is contained in:
André Miede
2021-09-30 20:35:09 +02:00
committed by Tim Wall
parent 43056bb5dc
commit bb885e3d7f
38 changed files with 1124 additions and 2 deletions

5
Examples/Code.java Normal file
View File

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