Skip to content

Instantly share code, notes, and snippets.

@78sarmad
Created July 18, 2023 06:25
Show Gist options
  • Save 78sarmad/a21f7bc79a40eb0d0ec716d6e4566a40 to your computer and use it in GitHub Desktop.
Save 78sarmad/a21f7bc79a40eb0d0ec716d6e4566a40 to your computer and use it in GitHub Desktop.
Dart Demo Task
void main() {
for (int i = 0; i < 5; i++) {
print('Hello Dart ${i + 1}');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment