Skip to content

Instantly share code, notes, and snippets.

@sarveshpro
Created November 3, 2017 19:45
Show Gist options
  • Save sarveshpro/7eb40ebb5530cb5655843e51f89c8caa to your computer and use it in GitHub Desktop.
Save sarveshpro/7eb40ebb5530cb5655843e51f89c8caa to your computer and use it in GitHub Desktop.
fun main(args: Array<String>) {
val scope = "world"
println("Hello, $scope!")
}
@sarveshpro
Copy link
Author

falling years of JAVA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment