Skip to content

Instantly share code, notes, and snippets.

View amermuhd98's full-sized avatar

AMER MUHAMMED! amermuhd98

View GitHub Profile
@amermuhd98
amermuhd98 / main.dart
Last active November 6, 2022 14:38
amer muhammed for web delevber!
void main() {
for (int i = 0; i < 5; i++) {
print('hello ${i + 1}');
print('hello ${i + 1}');
}
}