Skip to content

Instantly share code, notes, and snippets.

@Temidtech
Created July 1, 2019 07:24
Show Gist options
  • Save Temidtech/8808a276d225b815e39ac62de6d41426 to your computer and use it in GitHub Desktop.
Save Temidtech/8808a276d225b815e39ac62de6d41426 to your computer and use it in GitHub Desktop.
fun main(args:Array<String>){ 
var kingdom:String = "Wakanda" // 1
kingdom = "Zakanda" // 2
println(kingdom)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment