mirror of
https://bitbucket.org/Mattrixwv/projecteulerjava.git
synced 2025-12-06 17:13:58 -05:00
Fixed a few more typos
This commit is contained in:
@@ -144,7 +144,7 @@ public class Benchmark{
|
|||||||
totalTime /= timesToRun;
|
totalTime /= timesToRun;
|
||||||
String timeResults = Stopwatch.getStr(totalTime);
|
String timeResults = Stopwatch.getStr(totalTime);
|
||||||
//Print the results
|
//Print the results
|
||||||
System.out.println("\n\n" + problem.getDescription());
|
System.out.println("\n\n" + problem.getResult());
|
||||||
System.out.println("It took an average of " + timeResults + " to run this problem through " + timesToRun + " iterations\n\n");
|
System.out.println("It took an average of " + timeResults + " to run this problem through " + timesToRun + " iterations\n\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user