-
-
Save codeforfun-jp/20904ad45148100c00cc7b4d2b746110 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 5-1
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 MainActivity : AppCompatActivity() { | |
| companion object { | |
| const val QUIZ_COUNT = 5 | |
| } | |
| private lateinit var binding: ActivityMainBinding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment