Created with <3 with dartpad.dev.
Created
October 13, 2022 12:39
-
-
Save junddao/8a20dc6d5d3b8e197c541ba8f2d03a0f to your computer and use it in GitHub Desktop.
leetcode 100
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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