rugreefer/test/rugreefer_test.dart

3 lines
74 B
Dart
Raw Permalink Normal View History

2025-02-27 13:43:31 +02:00
void main() {
2025-02-27 15:24:16 +02:00
print('Hello world!'); // Remove the missing method call
2025-02-27 14:38:03 +02:00
}