Skip to content

Instantly share code, notes, and snippets.

@rail-rate
Created May 26, 2019 14:21
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 rail-rate/0fa5eb6ca10ff1bcb6c69ff421298fdf to your computer and use it in GitHub Desktop.
Save rail-rate/0fa5eb6ca10ff1bcb6c69ff421298fdf to your computer and use it in GitHub Desktop.
サンプルコード1
/**
* We declare a package-level function main which returns Unit and takes
* an Array of strings as a parameter. Note that semicolons are optional.
*/
fun main(args: Array<String>) {
println("Hello, world!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment