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 π
- Host: GitHub
- URL: https://github.com/rahelmartim/rahelmartim
- Owner: rahelmartim
- Created: 2022-02-01T21:33:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T01:13:42.000Z (5 months ago)
- Last Synced: 2026-01-16T11:27:07.733Z (5 months ago)
- Topics: github, readme, readme-example, readme-profile
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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