7 lines
103 B
Dart
Raw Normal View History

library compiler_benchmark;
import './compiler_benchmark_ng10.dart' as cbm;
main () {
cbm.main();
}