6 lines
77 B
Dart
6 lines
77 B
Dart
import 'bootstrap.dart';
|
|
|
|
Future<void> main() async {
|
|
await bootstrap();
|
|
}
|