Skip to content

Instantly share code, notes, and snippets.

@waterlink
Created February 25, 2018 14:59
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 waterlink/a85bdf735082623994b82e0113a8a17e to your computer and use it in GitHub Desktop.
Save waterlink/a85bdf735082623994b82e0113a8a17e to your computer and use it in GitHub Desktop.
fun main(args: Array<String>) {
print("What is your name? > ")
val name = readLine()
print("Hello, ")
print(name)
println("! How are things going?")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment