Skip to content

shreyasbhat0/shreyasbhat0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Hello, folks!

visitors Open Source Love

struct SeniorSystemsDeveloper {
    name: String,
    role: String,
    language_spoken: Vec<String>,
}

impl SeniorSystemsDeveloper {
    fn new() -> SeniorSystemsDeveloper {
        SoftwareEngineer {
            name: "Shreyas K S".to_string(),
            role: "Senior Systems Developer".to_string(),
            language_spoken: vec!["English".to_string(), "Kannada".to_string(),"Tamil".to_string(),"Hindi".to_string(),"Malayalam".to_string()],
        }
    }

    fn say_hi(&self) {
        println!("Thank you for stopping by, I hope you find some of my projects intriguing.");
    }
}

fn main() {
    let developer = SeniorSystemsDeveloper::new();
    developer.say_hi();
}

Programming Languages:

Rust Go Python Starlark

Tools and Services:

Kubernetes Docker

Socials

Linkedin Badge Instagram Badge Hashnode Badge Gmail Badge

GitHub Stats

Shreyas Bhat's GitHub stats


shreyasbhat0


Top Langs

trophy

Buy Me A Coffe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published