instant-storage-dart/bin/instant_storage.dart

4 lines
86 B
Dart

void main(List<String> arguments) {
print('Just say hello to, Instant Storage!');
}