Skip to content

Instantly share code, notes, and snippets.

@ezura
Created June 17, 2017 14:17
Show Gist options
  • Select an option

  • Save ezura/e088c12aa1728cef2437bca8d5a7362e to your computer and use it in GitHub Desktop.

Select an option

Save ezura/e088c12aa1728cef2437bca8d5a7362e to your computer and use it in GitHub Desktop.
無限ループ認識してくれてるのね…(。 ・ω・)) #swift #CodePiece
func f() -> Never {
while true { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment