An open API service indexing awesome lists of open source software.

https://github.com/drobban/alchemy_contrib

contribution repo for alchemy_4_elixir
https://github.com/drobban/alchemy_contrib

Last synced: 2 months ago
JSON representation

contribution repo for alchemy_4_elixir

Awesome Lists containing this project

README

        

# AlchemyContrib

This is repo is used by Alchemy4Elixir system.

## To add a contribution to the set of questions

You start by creating a module and then simply add your questions as a function that
returns a list of unit tests.

The Code that is assumed to be filled in by the user is supplied as `_`.

Have a look at String, Integer and Function module for examples.