Commit ab655e18 authored by layla.halaoua's avatar layla.halaoua

first

parent 31612912
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import junit. import junit.framework.TestCase;
public class Test { public class Test extends TestCase{
public static void main(String[] args) { public static void main(String[] args) {
List<Integer> primes = new ArrayList<>(); List<Integer> primes = new ArrayList<>();
List<Thread> threads = new ArrayList<>(); List<Thread> threads = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment