Skip to content

Instantly share code, notes, and snippets.

@dariogabriel113
Created April 16, 2019 12:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dariogabriel113/6e3374935a2982c41de53875e97eec90 to your computer and use it in GitHub Desktop.
Save dariogabriel113/6e3374935a2982c41de53875e97eec90 to your computer and use it in GitHub Desktop.
void main() {
for (int i = 0; i < 5; i++) {
print('Hello World ${i + 1}!');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment