Skip to content

lunarforky-z/hylcore-Z

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Hylcore

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);
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published