Skip to content

Instantly share code, notes, and snippets.

@darknight1604
Created July 13, 2022 10:34
Show Gist options
  • Save darknight1604/2b1028515c56a615c61c79e376349118 to your computer and use it in GitHub Desktop.
Save darknight1604/2b1028515c56a615c61c79e376349118 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