Skip to content

LelouchFR/LelouchFR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 

Repository files navigation

👋 Hi, I’m LelouchFR

I'm a Front-end dev from France

About Me

pub struct Lelouch {
    pub name: Name,
    pub age: i8,
    pub languages: Vec<Langs>,
}

impl Lelouch {
    pub fn create() -> Self {
        Lelouch {
            name: Name::new("Baptiste", "Zahnow"),
            age: 20,
            languages: vec![Langs::French, Langs::German, Langs::English],
        }
    }
}

Born in february the 27th in 2006 in Hannover (Germany), living in Strasbourg (France)

My Skills

Environment

Computer Environment

Languages

Languages

Technologies

Technologies

Tools

Tools

My Github Stats

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors