Hello, World! in Dart
Example for versions
Dart 1.1.1
The “fat arrow” ( => expr; ) syntax is a shorthand for { return expr; }.
main() => print("Hello, World!");
Comments
]]>blog comments powered by Disqus
]]>