Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Thillai2002/Leetcode
/ sum
Method
sum
Add Two Integers.java:2–4 ·
view source on GitHub ↗
(int num1, int num2)
Source
from the content-addressed store, hash-verified
1
class
Solution {
2
public
int
sum(
int
num1,
int
num2) {
3
return
num1+num2;
4
}
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected