An open API service indexing awesome lists of open source software.

https://github.com/rahelmartim/rahelmartim

This is my readme 😎
https://github.com/rahelmartim/rahelmartim

github readme readme-example readme-profile

Last synced: 4 months ago
JSON representation

This is my readme 😎

Awesome Lists containing this project

README

          

# Hey, i'm Rahel πŸ‘‹

### A Full-Stack developer passionate about Rust and Python!

```rust
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. πŸ‘‡

```bash
npx rahel
```

### Take a look at these stats



irahel's Github Stats