Skip to content

Instantly share code, notes, and snippets.

Created May 26, 2015 18:19
Show Gist options
  • Save anonymous/ddcf871ebd11897e5b5c to your computer and use it in GitHub Desktop.
Save anonymous/ddcf871ebd11897e5b5c to your computer and use it in GitHub Desktop.
foo bar 
void main() {
for (int i = 0; i < 5; i++) {
print('hello ${i + 1}');
print('hello ${i + 1}');
print('hello ${i + 1}');
print('hello ${i + 1}');
print('hello ${i + 1}');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment