Workshop-7 #1

Open
Soroush wants to merge 2 commits from develop into main
Showing only changes of commit a98339b5ce - Show all commits
@@ -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);
}
}