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

Method main

data/java/01_methods.java:15–20  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

13 }
14
15 public static void main(String[] args) {
16 int score = addPoints(20, 10);
17 score = addPoints(score, 5, 2);
18 System.out.println("Score: " + score);
19 System.out.println("WPM: " + wpm(72, 2));
20 }
21}

Callers

nothing calls this directly

Calls 2

addPointsMethod · 0.95
wpmMethod · 0.95

Tested by

no test coverage detected