Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ ListNode
Struct
ListNode
tasks/2.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
type
ListNode
struct
{
11
Val int
12
Next *ListNode
13
}
14
15
func
addTwoNumbers(l1 *ListNode, l2 *ListNode) *ListNode {
16
ret := &ListNode{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected