rugreefer/bin/rugreefer.dart
randogoth a5851e71fb init
2025-02-27 13:43:31 +02:00

5 lines
No EOL
151 B
Dart

import 'package:rugreefer/rugreefer.dart'; // Ensure this import is correct
void main() {
print('Hello world!'); // Remove the missing method call
}