exercism / gleam

Exercism exercises in Gleam.
https://exercism.org/tracks/gleam
MIT License
87 stars 79 forks source link

Update instructions.md #512

Closed probablyjg closed 2 months ago

probablyjg commented 2 months ago

The instructions don't quite follow the same format as other exercises: file_name.function_name vs function_name.

Passing the tests of exercise 3 requires that an empty list returns false, which is non-obvious (no birds record ~ [0]?)

Maybe change the test, or change the docs to reflect this