Skip to content

Instantly share code, notes, and snippets.

@pigeonflight
Created November 23, 2019 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pigeonflight/a908679c38eded0f236f74750fdf1d70 to your computer and use it in GitHub Desktop.
Save pigeonflight/a908679c38eded0f236f74750fdf1d70 to your computer and use it in GitHub Desktop.
Dart Hello World
main() {
print('Hello World');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment