4 lines
39 B
Dart
4 lines
39 B
Dart
|
void main() {
|
||
|
print('hello dart');
|
||
|
}
|