Skip to content
View xfactor-toml's full-sized avatar

Block or report xfactor-toml

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
xfactor-toml/README.md

Favorite Saying 👍

/// xfactor's motto
struct BillGates;

impl BillGates {
  /// Return Bill Gates quote
  fn said(&self) -> &str {
    "Measuring programming progress by lines of codes \
    is like measuring aircraft building progress by weight."
  }
}

fn main() {
  let bill_gate = BillGate;

  println!("Bill Gates - {}", bill_gate.said());
}

Rust Engineer

GitHub Status

@xfactor-toml's activity is private