Last active
March 22, 2025 09:10
-
-
Save kanonji/b04662d890340aee07265a82267a406b to your computer and use it in GitHub Desktop.
Check the revisions at https://gist.github.com/kanonji/b04662d890340aee07265a82267a406b/revisions to see what the diff looks like."
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
if (newCondition) | |
{ | |
doSomethingElse(); | |
} |
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
if (newCondition) { | |
doSomethingElse(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment