Skip to content

Instantly share code, notes, and snippets.

@raditsan
Created October 21, 2023 18:33
Show Gist options
  • Save raditsan/8089500a403550724e6b7da5f76552b7 to your computer and use it in GitHub Desktop.
Save raditsan/8089500a403550724e6b7da5f76552b7 to your computer and use it in GitHub Desktop.
grandiose-lantern-7887

grandiose-lantern-7887

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