5 lines
58 B
Dart
5 lines
58 B
Dart
import 'app.dart' show App;
|
|
|
|
main() {
|
|
new App().run();
|
|
} |