Skip to content

Instantly share code, notes, and snippets.

@khunzohn
Created June 24, 2017 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khunzohn/093f0281fc85b3e2ad33a3d81e2c9255 to your computer and use it in GitHub Desktop.
Save khunzohn/093f0281fc85b3e2ad33a3d81e2c9255 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState : Bundle?) {
setContentView(R.layout.activity_upload)
val digit = 2
val wordTwo: String = digit.mapToWord() // return "Two"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment