Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.