Skip to content

Instantly share code, notes, and snippets.

@osmely
Created April 3, 2023 19:05
Show Gist options
  • Save osmely/14fde45aa59aff57499294caef321fb4 to your computer and use it in GitHub Desktop.
Save osmely/14fde45aa59aff57499294caef321fb4 to your computer and use it in GitHub Desktop.
crimson-rhythm-0128
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