Skip to content

Instantly share code, notes, and snippets.

@sajidahmad786
Created November 20, 2022 10:26
Show Gist options
  • Save sajidahmad786/d56fdd8a54111dabf7a7229148b27110 to your computer and use it in GitHub Desktop.
Save sajidahmad786/d56fdd8a54111dabf7a7229148b27110 to your computer and use it in GitHub Desktop.
quiet-spray-5945
void main() {
for (int i = 0; i < 5; i++) {
print('hello ${i + 1}');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment