5 lines
88 B
Dart
5 lines
88 B
Dart
import 'package:dart_framework/core/log.dart';
|
|
|
|
Future<void> main() async {
|
|
test();
|
|
}
|