/// 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());
}
🎯
Focusing
Highlights
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.