Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created June 25, 2019 08:45
Show Gist options
  • Select an option

  • Save AppleCEO/03fca1dbaebb5bb4bd25b343b36d7424 to your computer and use it in GitHub Desktop.

Select an option

Save AppleCEO/03fca1dbaebb5bb4bd25b343b36d7424 to your computer and use it in GitHub Desktop.
readLine inputed example
let input = readLine()
if let inputed = input {
print(inputed)
} else {
print("Non inputed")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment