This miniature pad contains no errors and warnings. This code has associated html and css.
Find this at dartpad.dartlang.org/?source=ccd0f8cb-be8d-4b32-a49a-3e09ddd047af.
Created with <3 with dartpad.dartlang.org.
This miniature pad contains no errors and warnings. This code has associated html and css.
Find this at dartpad.dartlang.org/?source=ccd0f8cb-be8d-4b32-a49a-3e09ddd047af.
Created with <3 with dartpad.dartlang.org.
| void main() { | |
| var s = '''A | |
| multi-line | |
| string'''; | |
| print(s); | |
| } |