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

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 🐫

Awesome Lists containing this project

README

        

[![codember.png](https://i.postimg.cc/PqkRntmp/codember.png)](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)
*