This miniature pad contains no errors and warnings. This code has no associated html or css.
Created with <3 with dartpad.dartlang.org.
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}'); | |
| } | |
| } |