https://github.com/amitizle/exercism.io_exercises
Some solutions to problems from exercism.io
https://github.com/amitizle/exercism.io_exercises
exercise exercism exercism-solutions
Last synced: 22 days ago
JSON representation
Some solutions to problems from exercism.io
- Host: GitHub
- URL: https://github.com/amitizle/exercism.io_exercises
- Owner: amitizle
- License: bsd-3-clause
- Created: 2016-12-11T21:06:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T17:07:36.000Z (over 7 years ago)
- Last Synced: 2025-02-16T18:44:40.823Z (4 months ago)
- Topics: exercise, exercism, exercism-solutions
- Language: Lua
- Homepage:
- Size: 4.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exercism
[Configure exercism client && how it works](http://exercism.io/how-it-works)
*Fetch the next exercise*
```
$ exercism fetch
```*Submit exercise*
```
$ exercism submit ...
```## LFE (Lisp Flavoured Erlang)
> NOTE: all exercises are born and raised in [the `xlfe` repository](https://github.com/exercism/xlfe). All I've done is the solutions (`src/.lfe`).
`track =:= lfe`
[LFE in exercism.io](http://exercism.io/languages/lfe/about)