data class Tsukumi(
val name: String = "Tsukumi233",
val role: String = "Developer",
val languageSpoken: List<String> = listOf("zh_CN", "en_US"),
val code: List<String> = listOf("Python", "C", "C++"),
val interests: List<String> = listOf("Software Development", "Open Source", "AI/ML")
) {
fun sayHi() = println("Thanks for dropping by! Feel free to collaborate or ask questions!")
}
fun main() {
val me = Tsukumi()
me.sayHi()
}
🤗
Coding @ USTC
Highlights
- Pro
Popular repositories Loading
-
-
-
simple-C-Polynomial-Calculator
simple-C-Polynomial-Calculator PublicSimple C Polynomial Calculator with WebUI
C 1
-
-
ustc-thesis-typst
ustc-thesis-typst PublicForked from ustctug/ustc-thesis-typst
An experimental Typst template for thesis submitted to USTC
TeX 1
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.