struct ElonMusk;
impl ElonMusk {
/// Return Elon Musk quote
fn said(&self) -> &str {
"Some people don't like change, but you need to embrace change if the alternative is disaster."
}
}
fn main() {
let elon_musk = ElonMusk;
println!("Elon Musk - {}", elon_musk.said());
}
Blockchain, Rust, Go lang, Web 3.0, Stellar, EVM Chains, Solana, Substrate, Cosmos
Highlights
Pinned Loading
-
-
foundry
foundry PublicForked from foundry-rs/foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
Rust 1
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.