Skip to content

JoseIgnacioGC/codember-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codember 2023 Solutions in Rust

                 /\ \                       /\ \
  ___     ___    \_\ \      __     ___ ___  \ \ \____     __    _ __
 /'___\  / __`\  /'_` \   /'__`\ /' __` __`\ \ \ '__`\  /'__`\ /\`'__\
/\ \__/ /\ \L\ \/\ \L\ \ /\  __/ /\ \/\ \/\ \ \ \ \L\ \/\  __/ \ \ \/
\ \____\\ \____/\ \___,_\\ \____\\ \_\ \_\ \_\ \ \_,__/\ \____\ \ \_\
 \/____/ \/___/  \/__,_ / \/____/ \/_/\/_/\/_/  \/___/  \/____/  \/_/
ver. 2023

Codember is a game with programming challenges and investigation.
To solve the challenges, you could use any programming language.

This repository contains my solutions for the Codember event hosted by Midudev in 2023. All implementations are written in Rust.

I've utilized Rust to practice and enhance my skills in the language.

Feel free to explore the code, provide feedback, or share insights about Rust that I may not be aware of!

How to Run the Challenges

To run the challenges and see the solutions, use the following commands:

  1. First, make sure you have Rust and Cargo installed on your machine.

      cargo version

    Install Rust if you don't already have it.

  2. Run the code and tests.

    # Execute the code inside `challenge_xx.rs` files and print the solutions
    cargo run
    
    # Run all tests
    cargo test

Folder Structure

Here you can see instructions to solve the challenges.

📂 .
├── 📂 data # data of the challenges
└── 📂 src
    ├── challenge_01.rs
    ├── challenge_02.rs
    ├── challenge_03.rs
    ├── challenge_04.rs
    ├── challenge_05.rs
    ├── CHALLENGES.md # Instructions of how to resolve the challenges
    └── main.rs # execute the code inside challenge_xx.rs files

About

My solutions for the Codember event by Midudev | Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages