mirror of
https://github.com/fluttergems/awesome-open-source-flutter-apps.git
synced 2026-04-04 22:19:03 +08:00
Create hello.dart
This commit is contained in:
5
hello.dart
Normal file
5
hello.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
void main() {
|
||||
for (var i = 0; i < 10; i++) {
|
||||
print('hello ${i + 1}');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user