Skip to content

Instantly share code, notes, and snippets.

@r3dm1ke
Created November 25, 2019 20:03
Show Gist options
  • Save r3dm1ke/19132c68c47fbc93d605928aa5c38fe7 to your computer and use it in GitHub Desktop.
Save r3dm1ke/19132c68c47fbc93d605928aa5c38fe7 to your computer and use it in GitHub Desktop.
Hello World in Dart
void main() {
print('Hello world');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment