Skip to content

Instantly share code, notes, and snippets.

@farnetani
Created March 25, 2023 12:56
Show Gist options
  • Save farnetani/cbad53342e6a5556e82efc249ff0a718 to your computer and use it in GitHub Desktop.
Save farnetani/cbad53342e6a5556e82efc249ff0a718 to your computer and use it in GitHub Desktop.
Hello World em Dart
void main(List<String> args) {
String msg = 'Hello World';
print(msg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment