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

Function main

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

Source from the content-addressed store, hash-verified

1package main
2
3func main() {
4
5}
6
7func longestPalindrome(s string) string {
8 if len(s) < 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected