Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikurotime/codember_rust
Los retos de codember.dev, escritos en rust
https://github.com/ikurotime/codember_rust
coding-challenge rust
Last synced: 28 days ago
JSON representation
Los retos de codember.dev, escritos en rust
- Host: GitHub
- URL: https://github.com/ikurotime/codember_rust
- Owner: ikurotime
- Created: 2022-11-08T20:43:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T20:59:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T01:27:28.431Z (over 1 year ago)
- Topics: coding-challenge, rust
- Language: Rust
- Homepage:
- Size: 554 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
__ __
/\ \ /\ \
___ ___ \_\ \ __ ___ ___ \ \ \____ __ _ __
/'___\ / __`\ /'_` \ /'__`\ /' __` __`\ \ \ '__`\ /'__`\ /\`'__\
/\ \__/ /\ \L\ \/\ \L\ \ /\ __/ /\ \/\ \/\ \ \ \ \L\ \/\ __/ \ \ \/
\ \____\\ \____/\ \___,_\\ \____\\ \_\ \_\ \_\ \ \_,__/\ \____\ \ \_\
\/____/ \/___/ \/__,_ / \/____/ \/_/\/_/\/_/ \/___/ \/____/ \/_/
```by [midudev](https://www.twitch.tv/midudev)
# ¡Codember en Rust 🦀![![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
Este repositorio contiene el código con las soluciones de los ejercicios de la página web de [Codember](https://codember.dev) en rust.
Cada semana se publica un nuevo ejercicio y se puede resolver en cualquier lenguaje de programación.## Ejercicios
[Semana 1](https://github.com/ikurotime/codember_rust/tree/main/Week%201)
## Ejecutar los ejercicios
Cada ejercicio se puede ejecutar con el comando `./main` en la carpeta del ejercicio.
## Contribuir
Tienes otra solución para un ejercicio? Puedes hacer un pull request con tu solución.
Crea una carpeta con tu nombre de usuario de github y añade tu solución en un archivo `main.rs`.
Por ejemplo si tu nombre de usuario es `ikurotime` y quieres añadir una solución para el ejercicio de la semana 1, crea una carpeta `ikurotime` en la carpeta `Week 1` y añade tu solución en un archivo `main.rs`.
De forma que la estructura de carpetas quede así:Week 1
├── ikurotime
│ └── main.rs
└── README.md## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!