Skip to content

Instantly share code, notes, and snippets.

@programmingfaster0226
Created January 29, 2018 08:10
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 programmingfaster0226/923dd25aab52c48fdba34b28dcff64ca to your computer and use it in GitHub Desktop.
Save programmingfaster0226/923dd25aab52c48fdba34b28dcff64ca to your computer and use it in GitHub Desktop.
programmingfaster.com
/**
* 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("Welcome to the future,of programmingfaster!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment