Init the project instant storage

This commit is contained in:
2021-03-26 08:18:41 +07:00
commit cb34cfbabe
7 changed files with 64 additions and 0 deletions

3
bin/instant_storage.dart Normal file
View File

@@ -0,0 +1,3 @@
void main(List<String> arguments) {
print('Just say hello to, Instant Storage!');
}