Update: 12 - Recursion

This commit is contained in:
David Gil de Gómez Pérez
2026-08-12 17:40:20 +03:00
parent e6bdb3bdd8
commit 97e72b545f
-1
View File
@@ -30,7 +30,6 @@ auto is_palindrome(const int n) -> bool {
d *= 10;
}
return f(f, n, d);
}
} // namespace functions