Skip to content
View tabidachinokaze's full-sized avatar
Block or Report

Block or report tabidachinokaze

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

Hi there 👋

Top Langs

GitHub

Genshin Impact

object Developer {
    val name = "tabidachinokaze"
    val location = "China"
    private var age = Calendar.getInstance().get(Calendar.YEAR) - 2001
    val role = "Student"
    val interest = arrayOf("acg", "acg music", "nihongo", "programming", "Linux", "Minecraft", "Genshin")
    val skill = arrayOf("Kotlin", "Android", "Java")

    fun getAge(): Int {
        return age
    }
    object Links {
        val mail = "$name@outlook.com"
        val qq = "11710*****"
        val wechat = name
        val twitter = "@$name"
        val instagram = "@$name"
        val telegram = "@$name"
    }
}

Pinned

  1. Electro Electro Public

    即时通讯,基于 Ktor 后端,使用 Jetpack Compose 设计。

    Kotlin