Skip to content

Instantly share code, notes, and snippets.

@devoncarew
Forked from anonymous/main.dart
Created May 26, 2015 18:21
Show Gist options
  • Save devoncarew/29059a93c1adad10d51b to your computer and use it in GitHub Desktop.
Save devoncarew/29059a93c1adad10d51b to your computer and use it in GitHub Desktop.
foo 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