Skip to content

rahelmartim/rahelmartim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

141 Commits
Β 
Β 

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

About

This is my readme 😎

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors