Skip to content

Instantly share code, notes, and snippets.

@trilliwon
Created September 29, 2018 16:44
Show Gist options
  • Save trilliwon/2132468263f3f21e15089dd89e99bdb6 to your computer and use it in GitHub Desktop.
Save trilliwon/2132468263f3f21e15089dd89e99bdb6 to your computer and use it in GitHub Desktop.
print("Swift is awesome ;;")
print("Swift", "is", "awesome", separator:" ")
print("Swift", "is", "awesome", separator:" ", terminator:".")
// Console
// Swift is awesome ;;
// Swift is awesome
// Swift is awesome.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment