Skip to content

Commit

Permalink
fix example solution
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Jan 17, 2025
1 parent 2ad4dcd commit 52af539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/reverse-string/.meta/example.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

(defn reverse-string
[s]
(into () s))
(apply str (into () s)))

0 comments on commit 52af539

Please sign in to comment.