Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishantjoshi00/fun-luhn
nishantjoshi00.github.io/fun-luhn | Learn luhn for fun | Learn Languages | System Design | LLD | Scripting
https://github.com/nishantjoshi00/fun-luhn
ci design-system low-level-programming multilanguage scripting
Last synced: about 2 months ago
JSON representation
nishantjoshi00.github.io/fun-luhn | Learn luhn for fun | Learn Languages | System Design | LLD | Scripting
- Host: GitHub
- URL: https://github.com/nishantjoshi00/fun-luhn
- Owner: NishantJoshi00
- License: apache-2.0
- Created: 2023-11-26T17:08:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T17:06:07.000Z (about 1 year ago)
- Last Synced: 2024-11-10T05:52:10.879Z (3 months ago)
- Topics: ci, design-system, low-level-programming, multilanguage, scripting
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Fun Luhn Initiative
Learn Languages and Luhn the fun way! A collections of various luhn implementations in variety of languages.
## Implementations
Currently the available implementations are as follows.
- [x] Rust
- [x] C
- [ ] Haskell
- [ ] OCaml## Testing
To test a specific language run the following command
```bash
bash ./command.sh test -l
```To test all the languages present here, run the following command
```bash
bash ./command.sh local
```## Contribution Guidelines
Please review the contributation guidelines here. [CONTRIBUTING.md](./CONTRIBUTING.md) Regarding any questions related to the guidelines or anything related to the `README` file feel free to reach out in the discussions or create a issue for the same.