Skip to content

Instantly share code, notes, and snippets.

@r3dm1ke
Created November 25, 2019 20:32
Show Gist options
  • Save r3dm1ke/ac290d027611d06398ce12551fe3345f to your computer and use it in GitHub Desktop.
Save r3dm1ke/ac290d027611d06398ce12551fe3345f to your computer and use it in GitHub Desktop.
Comments in Dart
void main() {
// This is an inline comment
var a = 5;
/* This
is
a
multilne
comment
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment