d4t_formulas/test/dart_test.dart

10 lines
96 B
Dart
Raw Permalink Normal View History

import 'package:test/test.dart';
2026-03-01 12:51:14 +00:00
void main(){
test('for dart grammar tests', () {
});
}