blob: 5134f16861f427d60cc488e66122263aacf993e7 [file] [log] [blame]
void main() {
for (int i = 0; i < 5; i++) {
print("i is $i");
}
print("done");
}