exercism/elixir/strain/HINTS.md

5 lines
95 B
Markdown
Raw Normal View History

2024-03-10 12:53:48 +00:00
# Hints
## General
- `apply` will let you pass arguments to a function, as will `fun.(args)`.