Skip to content

Instantly share code, notes, and snippets.

@JudahSan
Created January 25, 2023 20:47
Show Gist options
  • Save JudahSan/5df29ae137e22d9a5793b06c1e68b633 to your computer and use it in GitHub Desktop.
Save JudahSan/5df29ae137e22d9a5793b06c1e68b633 to your computer and use it in GitHub Desktop.
unbridled-truth-0220

unbridled-truth-0220

Created with <3 with dartpad.dev.

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