Created with <3 with dartpad.dev.
Created
July 13, 2022 10:34
-
-
Save darknight1604/8a08ae3a49d1c8f632353028a125b7b8 to your computer and use it in GitHub Desktop.
fascinating-dryad-3978
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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