MCPcopy Create free account
hub / github.com/VanjaRo/LeetCode / main

Function main

tasks/9.go:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import "fmt"
4
5func main() {
6
7}
8
9func isPalindrome(x int) bool {
10 sX := fmt.Sprintf("%d", x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected