Skip to content

Instantly share code, notes, and snippets.

@mit-mit
Created April 25, 2019 12:10
Show Gist options
  • Save mit-mit/27e044ec9e2957d9c5c7062871ce8bf3 to your computer and use it in GitHub Desktop.
Save mit-mit/27e044ec9e2957d9c5c7062871ce8bf3 to your computer and use it in GitHub Desktop.
Dart Hello World
void main() {
const greeting = 'Hello, World!';
print(greeting);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment