Skip to content

Instantly share code, notes, and snippets.

@mikaelo
Created March 22, 2021 20:03
Show Gist options
  • Save mikaelo/9e90737bbf7679db46f8c973e540f0f0 to your computer and use it in GitHub Desktop.
Save mikaelo/9e90737bbf7679db46f8c973e540f0f0 to your computer and use it in GitHub Desktop.
Flutter Surf 2.5
void main() {
for (int i = 0; i < 100; i++) {
if (i.isEven)
print("${i}");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment