3 lines
74 B
Dart
3 lines
74 B
Dart
|
|
void main() {
|
||
|
|
print('Hello world!'); // Remove the missing method call
|
||
|
|
}
|