Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCMiner/GCMiner
/ main
Method
main
src/test/java/examples/Student.java:44–54 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
42
// System.out.println(end-start);
43
}
44
public
static
void
main(String[] args) {
45
Student s =
new
Student();
46
s.display();
47
try{
48
s.learn();
49
}
50
catch (Exception e){
51
52
}
53
54
}
55
}
Callers
nothing calls this directly
Calls
2
display
Method · 0.95
learn
Method · 0.95
Tested by
no test coverage detected