Skip to content

Instantly share code, notes, and snippets.

@Quingsley
Created August 11, 2022 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Quingsley/7ffa5e09364ead29ebe991131b5ab81f to your computer and use it in GitHub Desktop.
Save Quingsley/7ffa5e09364ead29ebe991131b5ab81f to your computer and use it in GitHub Desktop.
magenta-cloud-5558
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