Lernen am Sonntag

This commit is contained in:
2019-11-17 17:06:42 +01:00
parent 6670af736f
commit ffaf3279b8
8 changed files with 177 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ public class Loop {
*/
System.out.println("Hallo");
do
System.out.println("Hallo");
while(true);
}