Skip to content

rahelmartim/irahel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 

Repository files navigation

Hey, i'm Rahel πŸ‘‹

A Full-Stack developer passionate about Rust and Python!

struct SoftwareEngineer {
    name: &'static str,
    founder: &'static str,
    language_spoken: Vec<&'static str>,
    favorite_languages: Vec<&'static str>,
}

impl SoftwareEngineer {
    fn new() -> SoftwareEngineer {
        SoftwareEngineer {
            name: "Rahel Martim",
            founder: "ArapuΓ‘",
            language_spoken: vec!["pt_BR", "en_US"],
            favorite_languages: vec!["Rust", "Python", "C#", "JavaScript"],
        }
    }

    fn say_hi(&self) {
        println!("Thanks for dropping by, hope you find some of my work interesting.");
    }
}

fn main() {
    let me = SoftwareEngineer::new();
    me.say_hi();
}

Try this in your console to connect with me. πŸ‘‡

npx rahel

Take a look at these stats

Releases

No releases published

Packages

No packages published