Skip to content

Instantly share code, notes, and snippets.

@catalunha
Created August 18, 2023 13:24
Show Gist options
  • Save catalunha/5e4129c0549d6cf6ad6111ed7cc545c5 to your computer and use it in GitHub Desktop.
Save catalunha/5e4129c0549d6cf6ad6111ed7cc545c5 to your computer and use it in GitHub Desktop.
programaExemplo1
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