solution.scm 125 B

1234567891011
  1. (import
  2. (scheme base))
  3. (define (find-longest-palindrome s)
  4. "x")
  5. (define (solution5 s)
  6. (find-longest-palindrome s))