Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ main
Function
main
tasks/2.go:5–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
"fmt"
4
5
func
main() {
6
t := 10
7
fmt.Print(t / 3)
8
}
9
10
type
ListNode
struct
{
11
Val int
Callers
nothing calls this directly
Calls
1
Print
Method · 0.80
Tested by
no test coverage detected