Skip to content

Instantly share code, notes, and snippets.

@WojuadeAA
Created October 5, 2023 16:32
Show Gist options
  • Select an option

  • Save WojuadeAA/1d7da9f5bc4c9b70e1ddd5d24447ed23 to your computer and use it in GitHub Desktop.

Select an option

Save WojuadeAA/1d7da9f5bc4c9b70e1ddd5d24447ed23 to your computer and use it in GitHub Desktop.
oval-flora-0546
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