Skip to content

Instantly share code, notes, and snippets.

@mfebrianto
Last active February 20, 2023 06:54
Show Gist options
  • Save mfebrianto/e4f5750e10b6db86f25b348e1353587c to your computer and use it in GitHub Desktop.
Save mfebrianto/e4f5750e10b6db86f25b348e1353587c to your computer and use it in GitHub Desktop.
class IronManMk1Debug {
fun shoot() {
println("jarvis: target destroyed")
}
fun getRepulsorsStatus() {
println("jarvis: repulsors no power")
}
val repulsorsStatus = println("jarvis: repulsors no power")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment