Skip to content

Commit

Permalink
Fix stub
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Feb 7, 2024
1 parent 62377ea commit 3cd6f8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/practice/reverse-string/src/reverse-string.lfe
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(defmodule reverse-string
(export (reverse 1)))

(defun reverse (str)
(lists:reverse str))
; Please implement the `reverse` function.

0 comments on commit 3cd6f8c

Please sign in to comment.