Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ lem
Method
lem
java/Chapter 14/Introduction/Introduction.java:4–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
public
class
Introduction {
4
public
static
String lem() {
5
System.out.println(
"lem"
);
6
return
"return from lem"
;
7
}
8
9
public
static
String foo() {
10
int
x = 0;
Callers
1
foo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected