Skip to content
View IsusRamzy's full-sized avatar
🥉
No one invited you to know my status on GitHub
🥉
No one invited you to know my status on GitHub

Block or report IsusRamzy

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
IsusRamzy/README.md

Hi

Read the README

For people who only speak Rust:

struct Person<'a> {
    name: &'a str,
    knowledge: [&'a str; 11],
}

fn main() {
    let isus = Person {
        name: "Isus",
        knowledge: [
            "Unity & C#",
            "HTML & CSS",
            "CustomTkinter app framework",
            "Ursina game engine",
            "Flask micro web framework",
            "MongoDB database",
            "Arduino micro-controller",
            "GPIO Zero library for Raspberry Pi Hardware control",
            "Rust Language (Learning)",
            "Svelte (see personal homepage for more info)",
            "Express.js (same as Svelte)",
            "Go Language (Go by Tour)"
        ],
    };
    println!("Hi, I'm {}!\nI know:", isus.name);
    for item in &isus.knowledge {
        println!("{}", item);
    }
}

Programming Platforms:

21502965

Github Stats



Pinned Loading

  1. UseLinuxBTW UseLinuxBTW Public

    The funniest decoding algorithm.

    Python