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

Highlights

  • Pro

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Lvcky-gg/README.md
John O'Donnell

Typing SVG

Codewars

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: "mail@johnodonnell.xyz".to_string(),
        certifications: vec!["App Academy Graduate".to_string(), "COMPTIA Security+".to_string()]
    };
}

Top Langs Stats

Connect with me

LinkedIn    Instagram    LeetCode

BTW, I use Arch

Pinned Loading

  1. Current_dotfiles Current_dotfiles Public

    Lua 2

  2. Gjallarhorn Gjallarhorn Public

    A from scratch web framework for odin

    Odin 23

  3. alcohol_scanner alcohol_scanner Public

    Python

  4. eitri eitri Public

    Odin