init package

This commit is contained in:
Sergey Penkovsky
2020-06-27 06:44:46 +03:00
parent 170abdee66
commit 3ad95b03ea
3 changed files with 33 additions and 0 deletions

3
example/bin/main.dart Normal file
View File

@@ -0,0 +1,3 @@
main() {
print("Hello world");
}