Code Puns
Last active
November 29, 2022 13:19
-
-
Save massahud/0f13960deadc6fa9e56994385331e203 to your computer and use it in GitHub Desktop.
Code Puns
This file contains 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
while(once) { | |
once = false; | |
} |
This file contains 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
class EpisodeIV { | |
long time = galaxy(); | |
long galaxy() { | |
for (int i = 0; i < 4; i++) { | |
await ago(); | |
} | |
return 0L; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment