Skip to content

Instantly share code, notes, and snippets.

@theacodes
Created December 29, 2022 16:58
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 theacodes/a6b9dd9a48f3cc3c29f650e20720e37d to your computer and use it in GitHub Desktop.
Save theacodes/a6b9dd9a48f3cc3c29f650e20720e37d to your computer and use it in GitHub Desktop.
silent-echo-3373
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