elixir-koans
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:  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...