Skip to content

Instantly share code, notes, and snippets.

@geek1706
Created June 25, 2018 11:02
Show Gist options
  • Save geek1706/305101b774c330ba42ffa102a2a0b97c to your computer and use it in GitHub Desktop.
Save geek1706/305101b774c330ba42ffa102a2a0b97c to your computer and use it in GitHub Desktop.
func print(_ items: Any...) {
#if DEBUG
Swift.print(items)
#else
repeat {} while 1 < 0
#endif
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment