Skip to content
View LelouchFR's full-sized avatar
:shipit:
Chillin'
:shipit:
Chillin'

Block or report LelouchFR

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LelouchFR/README.md

👋 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: 18,
            languages: vec![Langs::French, Langs::German, Langs::English],
        }
    }
}

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

Languages, Technologies and Tools I use:

Languages

Technologies

Tools

My Github Stats

Pinned Loading

  1. skill-icons skill-icons Public

    "Fork" of official skill-icons repository. Showcase your skills on your Github readme or resumé with ease ✨

    Go 158 25

  2. windows-terminal-theme-generator windows-terminal-theme-generator Public

    🦀Blazingly Fast Windows Terminal Theme Generator 🦀

    Rust 17 2

  3. dotfiles dotfiles Public

    My precious dotfiles

    Shell 2

  4. ls-enhanced ls-enhanced Public

    a better looking ls

    Rust