Use the way of developing command-line applications to practice and learn the dart language at the same time.
用开发命令行应用程序的方式,一边实践一边学Dart语言。
# Run
dart run bin/dart_labs.dart dart-by-example:hello_world
# Build
dart2native bin/dart_labs.dart -o bin/dart_labs