Skip to content
View jus7-a-v01d's full-sized avatar
  • 08:57 (UTC +01:00)

Block or report jus7-a-v01d

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
jus7-a-v01d/README.md
pub mod README {
  impl jus7-a-v01d {
    pub fn introduce_self() -> Self {
      jus7-a-v01d{
        name: String::from("Void"),
        age: 20,
        motiv: vec![Motivation::getExperience, Motivation::writeBetterCode],
        curr_os: Os::Debian,
      }
    }

    pub fn print_goals(&self) {
      println!("Learn about kernel modues and operating systems");
      println!("Find the perfect vimrc");
    }  

    pub fn opinion_on_language(lang: &str) -> Result<(), String> {
      match lang {
        "Rust" => Ok(()),
        "C++" => Ok(()),
        "Bash" => Ok(()),
        "C" => Err(String::from("Not enough practice")),
        "Python" => panic!("god please no"),
        _ => Err(String::from(r" ¯\_(ツ)_/¯")),
      }
    }
  }
}

Popular repositories Loading

  1. jus7-a-v01d jus7-a-v01d Public