rugreefer/bin/rugreefer.dart

3 lines
74 B
Dart
Raw Normal View History

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