Skip to content

Instantly share code, notes, and snippets.

@davidkathoh
Last active July 13, 2019 09:28
Show Gist options
  • Save davidkathoh/d2893afdcddfe36d272effcfb5047531 to your computer and use it in GitHub Desktop.
Save davidkathoh/d2893afdcddfe36d272effcfb5047531 to your computer and use it in GitHub Desktop.
different line for variable declaration
val langue = "Lingala", pays = "RD Congo" // erreur
val langue = "Lingala"
val pays = "RD Congo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment