Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre PIRONIN committed Apr 10, 2016
1 parent 96d411f commit 56cd610
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions part1/chap05/functions-4/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Your turn : Functions-4

Write a function prefix that takes a string. It should return a new function
that takes a second string. When that second function is called, it will
return a string containing the first string, a space, and the second string.
Write a function prefix that takes a string. It should return a new function that takes a second string. When that second function is called, it will return a string containing the first string, a space, and the second string.

=> My implementation
```elixir
Expand Down

0 comments on commit 56cd610

Please sign in to comment.