Skip to content

Instantly share code, notes, and snippets.

@devoncarew
Created March 30, 2015 21:02
Show Gist options
  • Save devoncarew/d593ff0011c8a24bb8b1 to your computer and use it in GitHub Desktop.
Save devoncarew/d593ff0011c8a24bb8b1 to your computer and use it in GitHub Desktop.
import 'dart:html';
void main() {
DivElement div = new DivElement();
div.te
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