Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors