2014-09-19 13:59:28 -07:00

5 lines
58 B
Dart

import 'app.dart' show App;
main() {
new App().run();
}