exercism/elixir/strain/HINTS.md

5 lines
95 B
Markdown

# Hints
## General
- `apply` will let you pass arguments to a function, as will `fun.(args)`.