Skip to content

Instantly share code, notes, and snippets.

@yogithesymbian
Last active June 25, 2022 05:43
Show Gist options
  • Save yogithesymbian/a97b5581c8fe4bb530db4416634baca5 to your computer and use it in GitHub Desktop.
Save yogithesymbian/a97b5581c8fe4bb530db4416634baca5 to your computer and use it in GitHub Desktop.
dartpad
void main() {
for (int i = 0; i < 5; i++) {
print('hello ${i + 1}');
}
// test
}
@yogithesymbian
Copy link
Author

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment