Last active
February 20, 2023 06:55
-
-
Save mfebrianto/903063f91962a50f6299603e778aee4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class IronManMk1 { | |
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