Add descriptions to each exercise
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
-- Implement is_palindrome(), which should return whether the passed
|
||||
-- string is palindromic (i.e the same forwards as it is backwards).
|
||||
-- Ignore non-letters and case.
|
||||
--
|
||||
-- Solution --------------------------------------------------------------------
|
||||
function is_palindrome(str)
|
||||
-- Your implementation here
|
||||
|
||||
Reference in New Issue
Block a user