Skip to content

fortime/fortime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#[derive(Debug)]
struct Person<'twothousandandtwenty> {
    tag: Vec<&'twothousandandtwenty str>,
    interests: Vec<&'twothousandandtwenty str>,
    wish: &'twothousandandtwenty str,
}

fn main() {
    let me = Person {
        tag: vec!["Vimer", "Archer"],
        interests: vec!["Linux", "Web Novel"],
        wish: "A 🦀 job",
    };  
    println!("{:?}", me);
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors