Skip to content

Instantly share code, notes, and snippets.

@ihsanberahim
Created October 7, 2023 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihsanberahim/1315f6ed6d5b277e7cb7858645f129ea to your computer and use it in GitHub Desktop.
Save ihsanberahim/1315f6ed6d5b277e7cb7858645f129ea to your computer and use it in GitHub Desktop.
volcanic-rhythm-8892

volcanic-rhythm-8892

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