Commit a6d3b13c authored by ubay.alshamali's avatar ubay.alshamali

Update PrimeFinder.java

parent dc0184e0
Pipeline #187 canceled with stages
......@@ -51,6 +51,7 @@ public class PrimeFinder
System.out.println("Execution time: " + executionTime + " nanoseconds");
System.out.println("Execution time: " + (executionTime / 1_000_000) + " milliseconds");
System.out.println("Execution time: " + (executionTime / 1_000_000_000) + " seconds");
}
}
......
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