Skip to content

Commit 660998a

Browse files
adomokostrptcolin
authored andcommitted
The answer file's expression returns the argument provided
Although the answer's file entry worked, it ignored the provided argument. With this change it returns what was passed to it. I branched from master, I hope it can be merged it in.
1 parent 68dcde9 commit 660998a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/koans.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
95
102102
(range 20)
103103
:a]
104-
"___" [(fn [x] :foo)]}]
104+
"___" [(fn [x] x)]}]
105105

106106
["11_sequence_comprehensions" {"__" [[0 1 2 3 4 5]
107107
(* index index)

0 commit comments

Comments
 (0)