Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Forked from anonymous/main.dart
Last active August 29, 2015 14:27
Show Gist options
  • Save grkvlt/6b1dd9de15ce2e8a4936 to your computer and use it in GitHub Desktop.
Save grkvlt/6b1dd9de15ce2e8a4936 to your computer and use it in GitHub Desktop.
cold-band-8190

cold-band-8190

This miniature pad contains no errors and warnings. This code has no associated html or css.

Created with <3 with dartpad.dartlang.org.

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