elixir-koans icon indicating copy to clipboard operation
elixir-koans copied to clipboard

Elixir learning exercises

Results 32 elixir-koans issues
Sort by recently updated
recently updated
newest added

Hey there! I bumped into an issue when building the current Dockerfile. A 404 error happens when fetching the stretch release from the Debian repo: ![image](https://github.com/user-attachments/assets/68d2578f-1d98-4bb3-b4b1-ab3f65d41c41) This is happening because...

My VSCode extension shows a deprecation warning for the koan beginning: ``` koan "I want the first and last in the range" do first..last = Range.new(1, 10) ``` in numbers.ex...