Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ toString
Method
toString
data/java/02_oop.java:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
@Override
15
public
String toString() {
16
return
name +
" (best: "
+ bestWpm +
")"
;
17
}
18
19
public
static
void
main(String[] args) {
20
User user =
new
User(
"Ava"
, 75);
Callers
3
eF
Function · 0.80
CustomTimeDialog
Function · 0.80
NavCell
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected