Skip to content

Instantly share code, notes, and snippets.

@mfebrianto
Last active February 20, 2023 06:33
Show Gist options
  • Save mfebrianto/98733654390f4fa9adf882dbd305a4be to your computer and use it in GitHub Desktop.
Save mfebrianto/98733654390f4fa9adf882dbd305a4be to your computer and use it in GitHub Desktop.
class IronManMk2 {
fun getRepulsorsStatus() {
println("jarvis: ready power 100")
}
val repulsorsStatus get() = println("jarvis: ready power 90")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment