Skip to content

Instantly share code, notes, and snippets.

@dileepadev
Created December 12, 2023 17:05
Show Gist options
  • Save dileepadev/7b04aa44c93e504b1bd94b88c8fa1e84 to your computer and use it in GitHub Desktop.
Save dileepadev/7b04aa44c93e504b1bd94b88c8fa1e84 to your computer and use it in GitHub Desktop.
solar-kingdom-9507
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