Created
March 25, 2023 12:56
-
-
Save farnetani/cbad53342e6a5556e82efc249ff0a718 to your computer and use it in GitHub Desktop.
Hello World em Dart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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