Workshop-7

This commit is contained in:
2026-06-01 18:41:41 +03:30
parent 8406ceaaa8
commit a98339b5ce
@@ -13,7 +13,6 @@ public class MyRunnable implements Runnable {
if (i == 10) {
System.out.println("\nTime is Up!");
//System.out.println("Time is Up!");
System.exit(0);
}
}