Created
June 11, 2020 08:03
-
-
Save rickyngan/62424b1c550fb7008c77495052a3ad2d to your computer and use it in GitHub Desktop.
2020 Jun 13 HoC HK Flutter: 2_hello_3times
This file contains 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 (var i = 0; i < 3; i++) { | |
print('hello $i'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment