7 lines
103 B
Dart
7 lines
103 B
Dart
|
|
library compiler_benchmark;
|
||
|
|
|
||
|
|
import './compiler_benchmark_ng10.dart' as cbm;
|
||
|
|
|
||
|
|
main () {
|
||
|
|
cbm.main();
|
||
|
|
}
|