Lernen am Sonntag
This commit is contained in:
@@ -14,6 +14,9 @@ public class Loop {
|
||||
*/
|
||||
|
||||
System.out.println("Hallo");
|
||||
|
||||
do
|
||||
System.out.println("Hallo");
|
||||
while(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user