Skip to content

Instantly share code, notes, and snippets.

@kstmasa
Created March 6, 2023 02:28
Show Gist options
  • Save kstmasa/8cb499159ec6a04f4a1b26cc5727ded1 to your computer and use it in GitHub Desktop.
Save kstmasa/8cb499159ec6a04f4a1b26cc5727ded1 to your computer and use it in GitHub Desktop.
Test
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