Skip to content

Instantly share code, notes, and snippets.

@rickyngan
Created June 11, 2020 08:03
Show Gist options
  • Save rickyngan/62424b1c550fb7008c77495052a3ad2d to your computer and use it in GitHub Desktop.
Save rickyngan/62424b1c550fb7008c77495052a3ad2d to your computer and use it in GitHub Desktop.
2020 Jun 13 HoC HK Flutter: 2_hello_3times
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