Skip to content
View inkiralet's full-sized avatar

Block or report inkiralet

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
inkiralet/README.md

Hi, I'm Kirara

🔴 🟡 🟢

// nice to meet you :)

interface profile {  
    "informations": {
        "name": string,
        "age": string,
        "languages": Array<string>,
        "idk": string
    }
}

const me:profile = {
    "informations": {
        "name": "Kirara",
        "age": "25yo",
        "languages": ["ts"], //I've actually coded in many languages (don't do that)
        "idk": `
        I'm currently "studying" typescript.

        note: studying = writing code and praying for it to run.
        `
    }
} 

Log(me);

Popular repositories Loading

  1. libglyph-mcbe libglyph-mcbe Public

    interface to generate glyphs compatible with minecraft bedrock

    JavaScript 1 2

  2. inkiralet inkiralet Public