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=",
LocalDate.of(2024,10,26) to "Luogu √7"
)
}
Popular repositories Loading
-
Invero
Invero PublicForked from liaojinmin/Invero
Versatile GUI plugin for Minecraft servers
Kotlin
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.