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
- Host: GitHub
- URL: https://github.com/drobban/alchemy_contrib
- Owner: drobban
- License: mit
- Created: 2024-09-14T14:32:53.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-26T15:33:44.000Z (9 months ago)
- Last Synced: 2025-04-12T05:58:52.190Z (2 months ago)
- Language: Elixir
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.