Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ main
Function
main
tasks/8.go:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
)
9
10
func
main() {
11
fmt.Println(myAtoi((
" "
)))
12
}
13
14
func
myAtoi(s string) int {
15
// s should begin with number or sign
Callers
nothing calls this directly
Calls
1
myAtoi
Function · 0.85
Tested by
no test coverage detected