Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 2, 2019 21:12
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/f2dc7a913ea91f9749d4249ba7b11a42 to your computer and use it in GitHub Desktop.
Save parzibyte/f2dc7a913ea91f9749d4249ba7b11a42 to your computer and use it in GitHub Desktop.
val nombre = "Luis Cabrera"
val edad : Int = 11
val cadena = """
Hola mundo, mi nombre es $nombre
tengo ${edad * 2} años
y me gusta programar en Kotlin
"""
println(cadena)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment