KEMBAR78
WillyHB (William Hansen-Baird) · GitHub
Skip to content
View WillyHB's full-sized avatar
🐢
pregraming
🐢
pregraming
  • Montreal, Canada
  • 15:13 (UTC -04:00)

Block or report WillyHB

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
WillyHB/README.md
struct ReadMe {
    name: String,
    interests: Vec<&'static str>,
    languages: Vec<&'static str>,
    favourite_languages: String,
}

impl ReadMe {
    fn new() -> Self {
        ReadMe {
            name: "William Hansen-Baird".to_string(),
            interests: vec!["Music", "Gamedev", "Pixel Art", "Video Games"],
            languages: vec!["Rust", "C#", "Javascript", "Html", "CSS", "C++", "C", "Bash"],
            favourite_languages: "C#/Rust".to_string(),
        }
    }

    fn display_greeting() {
        println!("Welcome to my profile :)");
    }
}

Pinned Loading

  1. dotfiles dotfiles Public

    Lua