Skip to content

Instantly share code, notes, and snippets.

@ShellWen
Created March 7, 2023 16:07
Show Gist options
  • Select an option

  • Save ShellWen/98d5faf79d6d2f75d2156089ec989e77 to your computer and use it in GitHub Desktop.

Select an option

Save ShellWen/98d5faf79d6d2f75d2156089ec989e77 to your computer and use it in GitHub Desktop.
ShellWen.kt
```kotlin
/**
* This "object" is still learning
*/
object ShellWen : Coder(
name = "颉文",
languages = listOf(
"Kotlin",
"Java",
"Python",
"TypeScript"
)
), Student {
override fun live() {
while (true) {
learning()
}
}
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment