Skip to content

Instantly share code, notes, and snippets.

@junddao
Created October 13, 2022 12:39
Show Gist options
  • Save junddao/8a20dc6d5d3b8e197c541ba8f2d03a0f to your computer and use it in GitHub Desktop.
Save junddao/8a20dc6d5d3b8e197c541ba8f2d03a0f to your computer and use it in GitHub Desktop.
leetcode 100
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