Skip to content

Instantly share code, notes, and snippets.

@Hu-Wentao
Created February 15, 2023 08:59
Show Gist options
  • Select an option

  • Save Hu-Wentao/10f512c587d75a614dae39987a0df519 to your computer and use it in GitHub Desktop.

Select an option

Save Hu-Wentao/10f512c587d75a614dae39987a0df519 to your computer and use it in GitHub Desktop.
divine-vibration-9207

divine-vibration-9207

Created with <3 with dartpad.dev.

void main() {
for (int i = 0; i < 5; i++) {
print('hello ${i + 1}');
}
print("this is end");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment