MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / main

Method main

data/java/04_exceptions.java:15–22  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

13 }
14
15 public static void main(String[] args) {
16 try {
17 System.out.println(calculateWpm(48, 30));
18 System.out.println(calculateWpm(48, 0));
19 } catch (InvalidDurationException e) {
20 System.err.println("Error: " + e.getMessage());
21 }
22 }
23}

Callers

nothing calls this directly

Calls 1

calculateWpmMethod · 0.95

Tested by

no test coverage detected