Skip to content

Instantly share code, notes, and snippets.

@Deleplace
Created March 13, 2022 14:37
Show Gist options
  • Save Deleplace/bbb2820e7f06369c67b743e0fe7422cf to your computer and use it in GitHub Desktop.
Save Deleplace/bbb2820e7f06369c67b743e0fe7422cf to your computer and use it in GitHub Desktop.
Comment out a single line
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