Skip to content

ShinySyntax/ShinySyntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 

Repository files navigation

Favorite Saying πŸ‘

/// Jermiane's motto
struct Steeve;

impl SteeveJobs {
  /// Return Steeve Jobs quote
  fn said(&self) -> &str {
    "Quality is more important than quantity. \
    One home run is much better than two doubles."
  }
}

fn main() {
  let steeve_jobs = SteeveJobs;

  println!("Steeve Jobs - {}", steeve_jobs.said());
}

GitHub Status

About

This is awesome github profile for blockchain developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published