Skip to content

ShinySyntax/ShinySyntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 

Repository files navigation

Favorite Saying 👍

/// Shiny'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());
}

Skills

Languages Frameworks and Libraries Databases

language

framework

database

GitHub Status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published