Skip to content
View LelouchFR's full-sized avatar
🥳
Finally in vacation
🥳
Finally in vacation

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: 19,
            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

Operating Systems

Languages

Languages

Technologies

Technologies

Tools

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 362 50

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

    🦀Blazingly Fast Windows Terminal Theme Generator 🦀

    Rust 18 2

  3. snipml.nvim snipml.nvim Public

    Tag language shortcuts for neovim

    Lua 1

  4. ls-enhanced ls-enhanced Public

    a better looking ls

    Rust