Skip to content
View hangsiahong's full-sized avatar
πŸ’­
"Be yourself, everyone else is already taken"
πŸ’­
"Be yourself, everyone else is already taken"

Organizations

@koompi @selendra @kumandra
Block or Report

Block or report hangsiahong

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

(こんにけは)πŸ™πŸ», I'm Hangsia!

Get to know me...

struct Human<'a> {
    name: String,
    sex: String,
    age: u8,
    skills: Vec<&'a str>,
    hobbies: Vec<&'a str>,
}

fn main() {
    let myself = Human {
        name: String::from("Hangsia Hong"),
        sex: String::from("Male"),
        age: 19,
        skills: vec!["Rust", "Python", "Linux"],
        hobbies: vec!["Game", "Anime", "Music"],
    };
}
  

I love connecting with different people so if you want to say hi, I'll be happy to know you more! 😊


🐱 My Github Data todo!

Pinned Loading

  1. dotfile dotfile Public

    All of my configuration

    JavaScript

  2. stunning-cheatsheet stunning-cheatsheet Public

    My personal cheatsheet

    Shell

  3. harbs harbs Public

    automating shell script for building rice

    Shell

  4. voidrice voidrice Public

    Forked from LukeSmithxyz/voidrice

    My dotfiles (deployed by LARBS)

    Vim Script

  5. koompi/koompi-pidroid koompi/koompi-pidroid Public

  6. koompi/os-core koompi/os-core Public archive

    KOOMPI Linux

    C