Skip to content

Instantly share code, notes, and snippets.

@78sarmad
Created July 18, 2023 06:24
Show Gist options
  • Save 78sarmad/82bc2a07578b5b5e8d8d2cec46401dbd to your computer and use it in GitHub Desktop.
Save 78sarmad/82bc2a07578b5b5e8d8d2cec46401dbd to your computer and use it in GitHub Desktop.
Dart Demo Task
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