Skip to content

Instantly share code, notes, and snippets.

@Maartyl
Created December 21, 2016 09:13
Show Gist options
  • Save Maartyl/33562a2ed5a74c34ce48622037e7f0ea to your computer and use it in GitHub Desktop.
Save Maartyl/33562a2ed5a74c34ce48622037e7f0ea to your computer and use it in GitHub Desktop.
package hello
fun getHelloString() : String = "Hello, world!"
fun main(args : Array<String>) {
println(getHelloString())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment