Skip to content

Instantly share code, notes, and snippets.

@40823108
Created October 17, 2019 10:48
Show Gist options
  • Save 40823108/4a917226a323629a4848421f62711676 to your computer and use it in GitHub Desktop.
Save 40823108/4a917226a323629a4848421f62711676 to your computer and use it in GitHub Desktop.
loop
void main() {
for (var i = 0; i < 4; i++) {
print('hello $i');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment