Skip to content

Instantly share code, notes, and snippets.

@78sarmad
Last active July 18, 2023 06:26
Show Gist options
  • Save 78sarmad/3120469a8ef0a63c8f4cbc67659de2d3 to your computer and use it in GitHub Desktop.
Save 78sarmad/3120469a8ef0a63c8f4cbc67659de2d3 to your computer and use it in GitHub Desktop.
Dart 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