Skip to content

Instantly share code, notes, and snippets.

@skdblog1999
Last active August 17, 2019 20:34
Show Gist options
  • Select an option

  • Save skdblog1999/09a07e860380db20f670b4a785581bb8 to your computer and use it in GitHub Desktop.

Select an option

Save skdblog1999/09a07e860380db20f670b4a785581bb8 to your computer and use it in GitHub Desktop.
Dart Programming Practice Problems
main() {
var value = '''
Twinkle, twinkle, little star,
\tHow I wonder what you are!
\t\tUp above the world so high,
\t\tLike a diamond in the sky.
Twinkle, twinkle, little star,
\tHow I wonder what you are
''';
print(value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment