Skip to content

Instantly share code, notes, and snippets.

Created August 21, 2015 15:00
Show Gist options
  • Save anonymous/bda0ae2261fb6edd937c to your computer and use it in GitHub Desktop.
Save anonymous/bda0ae2261fb6edd937c to your computer and use it in GitHub Desktop.
square-boat-9675
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