4 lines
74 B
Dart
4 lines
74 B
Dart
void main(List<String> arguments) {
|
|
print('Just, say Hello to You!');
|
|
}
|
void main(List<String> arguments) {
|
|
print('Just, say Hello to You!');
|
|
}
|