Skip to content

Instantly share code, notes, and snippets.

@darknight1604
Created July 13, 2022 10:34
Show Gist options
  • Save darknight1604/8a08ae3a49d1c8f632353028a125b7b8 to your computer and use it in GitHub Desktop.
Save darknight1604/8a08ae3a49d1c8f632353028a125b7b8 to your computer and use it in GitHub Desktop.
fascinating-dryad-3978

fascinating-dryad-3978

Created with <3 with dartpad.dev.

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