Skip to content

ngwemo/hackerrank-challenges-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackerrank Challenges in Rust

Hackerrank challenges solved with the Rust Programming Language.

I am absolutely new to Rust, and I have decided to give it a shot by solving some challenges from Hackerrank. If you are interested and you want to correct or improve my code, please do! 🙂 I would love to see more experienced coders' approaches.


Instructions

To run (you need Rust and Cargo installed):

#!/bin/bash
cargo run

You need to change the main function with the challenge you would like to run:

// src/main.rs

mod challenges;
mod functions;
mod rust_basics;

fn main() {
    challenges::thirty_days_of_code::day_00::main();
}

About

Hackerrank challenges solved with the Rust Programming Language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%