5 lines
58 B
Dart
Raw Normal View History

2014-09-18 14:56:38 -07:00
import 'app.dart' show App;
main() {
new App().run();
}