Skip to content
View Shiiyuko's full-sized avatar

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.

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
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

Pinned Loading

  1. Manosaba-Title-Screen Manosaba-Title-Screen Public

    Manosaba Title Screen for Minecraft fabric 1.21.4

    Kotlin 5 2