Skip to content

Instantly share code, notes, and snippets.

@Deleplace
Forked from anonymous/main.dart
Last active November 21, 2020 15:13
Show Gist options
  • Save Deleplace/41e977065e53d3fe14a8a0b62938806c to your computer and use it in GitHub Desktop.
Save Deleplace/41e977065e53d3fe14a8a0b62938806c to your computer and use it in GitHub Desktop.
Multi-line string literal
void main() {
var s = """A
multi-line
string""";
print(s);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment