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

Method main

data/java/02_oop.java:19–23  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

17 }
18
19 public static void main(String[] args) {
20 User user = new User("Ava", 75);
21 user.updateBest(82);
22 System.out.println(user);
23 }
24}

Callers

nothing calls this directly

Calls 1

updateBestMethod · 0.95

Tested by

no test coverage detected