Skip to content

Instantly share code, notes, and snippets.

@kmry
Forked from devoncarew/main.dart
Last active January 2, 2019 07:32
Show Gist options
  • Select an option

  • Save kmry/5093c51b2d4775283cedaebf0444a52a to your computer and use it in GitHub Desktop.

Select an option

Save kmry/5093c51b2d4775283cedaebf0444a52a to your computer and use it in GitHub Desktop.
helloworld
// 1-1.Hello world.
main() {
print('Hello world.');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment