Created
June 18, 2016 00:28
-
-
Save filiph/8a5e3e845acdafe2ea928fd257a46859 to your computer and use it in GitHub Desktop.
The smallest possible hello world program in Dart.
This file contains 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
main() => print("Hello World!"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2-byte improvement: