5 lines
161 B
Dart
5 lines
161 B
Dart
|
import 'packages/examples/hello_world/app.dart' as HelloWorldApp;
|
||
|
|
||
|
// TODO(rado): templatize and make reusable for all examples.
|
||
|
main() => HelloWorldApp.main();
|