Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created October 24, 2024 05:52
Show Gist options
  • Select an option

  • Save codeforfun-jp/20904ad45148100c00cc7b4d2b746110 to your computer and use it in GitHub Desktop.

Select an option

Save codeforfun-jp/20904ad45148100c00cc7b4d2b746110 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 5-1
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