Skip to content
View Shiiyuko's full-sized avatar
  • 16:53 (UTC +08:00)

Block or report Shiiyuko

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
Shiiyuko/README.md
class Developer(val name: String, val languages: List<String>, val favorite: String, val github: String)

fun main() {
    val introduction = Developer(
        name = "Elaina",
        languages = listOf("Kotlin", "JavaScript", "Rust", "Java", "Vue.js", "C++"),
        favorite = "Kotlin",
        github = "@Shiiyuko"
    )

    println("Hello, my name is ${introduction.name}.")
    println("I am skilled in the following languages: ${introduction.languages.joinToString(", ")}.")
    println("My favorite language is ${introduction.favorite}.")
    println("You can find me on GitHub: ${introduction.github}.")
}

Shiiyuko's GitHub stats

Shiiyuko's Top Languages

Popular repositories Loading

  1. OpenCEC-IDE OpenCEC-IDE Public

    CEC-IDE软件研发工具,适配国产操作系统、自主可控的集成开发环境工具

    C++ 53 58

  2. Arkdays Arkdays Public

    某游戏私服 基于反编译的源代码 可构建

    Java 43 25

  3. WasteAntiCheat WasteAntiCheat Public archive

    deobf + idea ready. -> ./gradlew build

    Java 3 1

  4. ServerFucker ServerFucker Public

    Nukkit 爆破面板服

    Java 2

  5. Shiiyuko Shiiyuko Public

    Config files for my GitHub profile.

  6. NoCheatPlus NoCheatPlus Public

    Forked from Physical-Science-Academy/NoCheatPlus

    Anti-Cheat plugin for Minecraft (Nukkit/PM1E/powerNukkit(X))

    Kotlin