MCPcopy 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
10func main() {
11 fmt.Println(myAtoi((" ")))
12}
13
14func myAtoi(s string) int {
15 // s should begin with number or sign

Callers

nothing calls this directly

Calls 1

myAtoiFunction · 0.85

Tested by

no test coverage detected