Skip to content
View OoHappyoO's full-sized avatar

Block or report OoHappyoO

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

Hi there 👋

import java.time.LocalDate

typealias L = ProgrammingLanguage

object Happy {

    var name = "Happy"

    private val gender: String

    val birthdate = LocalDate.of(2008, 1, 25)

    fun age(): Int = LocalDate.now().year - birthdate.year

    val lang = mutableListOf(
            L.CPP,
            L.JAVA,
            L.KOTLIN
    )

    val links = mutableMapOf(
            "Github" to "https://github.com/OoHappyoO",
            "bilibili" to "https://space.bilibili.com/391643233",
            "Luogu" to "https://www.luogu.com.cn/user/191252",
            "Personal Website ( Unavailable )" to "https://happy.gg"
    )

    val ids = mutableMapOf(
            "QQ" to "1799842825",
            "WeChat" to "HappyWasBanned",
            "Minecraft Java Edition" to "OoHappyoO"
    )

    val achievements = mutableMapOf(
            LocalDate.of(2020, 11, 7) to "CSP-J 1=",
            LocalDate.of(2023, 11, 18) to "NOIP 1=",
            LocalDate.of(2024, 10, 26) to "CSP-S 1="
    )
}

Top Langs

Pinned Loading

  1. Line-Button Line-Button Public

    Cool button makes my life better

    Kotlin 1

  2. Minecraft-DG-LAB-mod Minecraft-DG-LAB-mod Public

    Yet another DG-LAB support mod

    Kotlin 3