Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/val.kt Secret

Last active July 2, 2019 17:09
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 parzibyte/5cde88f1c0f8e9dcd4e57f1cf0cb96a8 to your computer and use it in GitHub Desktop.
Save parzibyte/5cde88f1c0f8e9dcd4e57f1cf0cb96a8 to your computer and use it in GitHub Desktop.
fun main() {
val nombre: String
nombre = "Luis"
nombre = "María José"
println(nombre)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment