https://github.com/atticus64/codember2023
Solutions to Codember challenges in Rust and Ocaml π«
https://github.com/atticus64/codember2023
codember codember2023
Last synced: 3 months ago
JSON representation
Solutions to Codember challenges in Rust and Ocaml π«
- Host: GitHub
- URL: https://github.com/atticus64/codember2023
- Owner: Atticus64
- License: mit
- Created: 2023-11-03T22:50:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T06:26:45.000Z (over 1 year ago)
- Last Synced: 2025-01-10T15:51:19.626Z (4 months ago)
- Topics: codember, codember2023
- Language: OCaml
- Homepage: https://codember.dev/
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://postimg.cc/75mVgrtw)
# Codember 2023
By [Midudev](https://github.com/midudev) :space_invader:
## Implementaciones de los retos de [Codember](https://codember.dev/) en Rust y Ocaml
Proximamente en Ocaml π«
| Reto | Solucion π¦ | Solucion π« |
| :------------------------------------------------------: | :----------------: | :----------------: |
| EspΓa y los mensajes encriptados | :heavy_check_mark: | :heavy_check_mark:```sh
.
βββ Challenge-01
β βββ README.md // instructions
β βββ main.rs
β βββ main.ml
β βββ message.txt
βββ Cargo.toml
βββ README.md
```## Ejecutar los tests
```
cargo test
```## Soluciones de otros usuarios
* https://github.com/cosmoart/codember Cosmo (JavaScript)
*