Skip to content

Instantly share code, notes, and snippets.

@dnorton
Created May 11, 2016 21:26
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 dnorton/426eb5edbb7eb25db2ee9decdcc5b22c to your computer and use it in GitHub Desktop.
Save dnorton/426eb5edbb7eb25db2ee9decdcc5b22c to your computer and use it in GitHub Desktop.
fun main(args : Array<String>) {
println(System.getProperty("os.name"))
println(System.getProperty("os.arch"))
println(System.getProperty("os.version"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment