Skip to content

Instantly share code, notes, and snippets.

@catalunha
Last active March 7, 2024 22:14
Show Gist options
  • Save catalunha/9ddfbe885ce5e7d7c4048b5162719889 to your computer and use it in GitHub Desktop.
Save catalunha/9ddfbe885ce5e7d7c4048b5162719889 to your computer and use it in GitHub Desktop.
programaExemplo1
void main() {
for (int i = 0; i < 10; i++) {
print('Sejam bem vindooooooooooooo ${i + 1}');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment