rugreefer/test/rugreefer_test.dart

6 lines
152 B
Dart
Raw Normal View History

2025-02-27 13:43:31 +02:00
import 'package:rugreefer/rugreefer.dart'; // Ensure this import is correct
void main() {
print('Hello world!'); // Remove the missing method call
}