4 lines
86 B
Dart
4 lines
86 B
Dart
void main(List<String> arguments) {
|
|
print('Just say hello to, Instant Storage!');
|
|
}
|