Commit 3ca32894 authored by yazan.halloul's avatar yazan.halloul

Update Main.java

parent 9135d9c5
......@@ -7,7 +7,7 @@ import parallelCounters.*;
public class Main {
public static void main(String[] args) {
int start = 0;
int finish = -1;
int finish = 1000;
int[] data = RangeArrayBuilder.create(start, finish);
for (int d:data
) {
......
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