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

Block or report LelouchFR

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 156 26

  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