Skip to content
View Whuzurbuddha's full-sized avatar
  • Rostock
  • 23:25 (UTC -12:00)
Block or Report

Block or report Whuzurbuddha

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Whuzurbuddha/README.md

linux logo git logo
<=
trait PhraseOut {
    fn print_phrase(&self);
}

struct Phrase {
    phrase_text: String
}

impl PhraseOut for Phrase {
    fn print_phrase(&self) {
        println!("{}", self.phrase_text);
    }
}

fn main() {
    let _text = String::from("Hi 👋! My name is Alexander \n \
    I'm just here to learn and hopefully to become developer one day ");
    let _phrase: Phrase = Phrase { phrase_text: _text};
    _phrase.print_phrase();
}

streak graph
stats graph
languages graph

Pinned Loading

  1. MailClient MailClient Public

    C#

  2. CPS CPS Public

    C++