Skip to content
Snippets Groups Projects
Commit f8153c99 authored by Goik Martin's avatar Goik Martin
Browse files

Corrected test output

parent 70d582ed
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ public class Driver {
System.out.println("Store contains " + store.getNumValues() + " values");
for (int i = 0; i < store.getNumValues(); i++) {
System.out.println(i + ":" + store.getNumValues() + " values");
System.out.println("Value " + (i + 1) + ": " + store.getValue(i));
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment