Skip to content

Instantly share code, notes, and snippets.

@jimbok8
Created May 16, 2023 11:02
Show Gist options
  • Save jimbok8/40c43b03a4f1693a0d8a51d5708d19d9 to your computer and use it in GitHub Desktop.
Save jimbok8/40c43b03a4f1693a0d8a51d5708d19d9 to your computer and use it in GitHub Desktop.
reverberating-diamond-4813

reverberating-diamond-4813

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