Created
June 17, 2017 14:17
-
-
Save ezura/e088c12aa1728cef2437bca8d5a7362e to your computer and use it in GitHub Desktop.
無限ループ認識してくれてるのね…(。 ・ω・)) #swift #CodePiece
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func f() -> Never { | |
| while true { } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment