Skip to content
View Lvcky-gg's full-sized avatar
😀
😀

Block or report Lvcky-gg

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
Lvcky-gg/README.md
Typing SVG

The machine god is dead, long live the machine god

struct Lvcky {
    name: String,
    age: i8,
    is_alive: bool,
    ide: String,
    operating_system: String,
    email: String,
    certifications: Vec<String>
}
fn main(){
    let lvcky = Lvcky{
        name: "John O'Donnell".to_string(),
        age: 27,
        is_alive: true,
        ide: "Neovim".to_string(),
        operating_system: "Arch Linux".to_string(),
        email: "[email protected]".to_string(),
        certifications: vec!["App Academy Graduate".to_string(), "COMPTIA Security+".to_string()]
    };
}

Top Langs

Connect with me:

LinkedIn Instagram LeetCode

Pinned Loading

  1. IrishRedAles IrishRedAles Public

    JavaScript 3

  2. meetup meetup Public

    JavaScript 3

  3. pet_overload pet_overload Public

    JavaScript 3

  4. Current_dotfiles Current_dotfiles Public

    Lua 2

  5. stats_app stats_app Public

    Python 2

  6. home-manager home-manager Public

    Nix