Skip to content

Instantly share code, notes, and snippets.

@DemianRamirezR
Created February 1, 2023 18:34
Show Gist options
  • Save DemianRamirezR/dde22564eabbca8fc6a49b286aee0c04 to your computer and use it in GitHub Desktop.
Save DemianRamirezR/dde22564eabbca8fc6a49b286aee0c04 to your computer and use it in GitHub Desktop.
Mi primera esencia
void main() {
for (int i = 0; i < 5; i++) {
print('Numero: ${i + 1}');
}
}
@DemianRamirezR
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment