struct Visionary {
name: String,
quote: String,
}
fn main() {
let gavin_wood = Visionary {
name: "Gavin Wood".to_owned(),
quote: "In software, we’re not constrained by physical reality; \
the only limits are the limits of our own imagination.".to_owned(),
};
println!("{} says: \"{}\"", gavin_wood.name, gavin_wood.quote);
}
-
Notifications
You must be signed in to change notification settings - Fork 0
lunarforky-z/hylcore-Z
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published