Created
March 13, 2022 14:37
-
-
Save Deleplace/bbb2820e7f06369c67b743e0fe7422cf to your computer and use it in GitHub Desktop.
Comment out a single line
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
void main() { | |
print("Hello"); | |
// This is a comment | |
print("World"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment