Skip to content

Instantly share code, notes, and snippets.

@AlexVegner
Last active January 23, 2020 15:56
Show Gist options
  • Save AlexVegner/401359b889140ba2a8edded5f0e42521 to your computer and use it in GitHub Desktop.
Save AlexVegner/401359b889140ba2a8edded5f0e42521 to your computer and use it in GitHub Desktop.
dart_main.dart
/// Every app must have a top-level main() function, which serves as the entrypoint to the app.
void main() {
print('Hello, World!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment