https://github.com/ravanscafi/exercism-elixir
https://exercism.io/profiles/ravanscafi
https://github.com/ravanscafi/exercism-elixir
elixir elixir-lang elixir-track exercism
Last synced: about 1 year ago
JSON representation
https://exercism.io/profiles/ravanscafi
- Host: GitHub
- URL: https://github.com/ravanscafi/exercism-elixir
- Owner: ravanscafi
- License: mit
- Created: 2019-07-16T02:33:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T00:27:20.000Z (almost 7 years ago)
- Last Synced: 2025-02-04T20:27:33.234Z (over 1 year ago)
- Topics: elixir, elixir-lang, elixir-track, exercism
- Language: Elixir
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change/.exercism/metadata.json
- License: LICENSE
Awesome Lists containing this project
README
# Exercism - Elixir Track
My responses for [Elixir Track](https://exercism.io/tracks/elixir).
## Running tests
You can run all tests at once:
```elixir
mix test
```