Skip to content

Instantly share code, notes, and snippets.

@rodion-m
Created March 6, 2021 21:01
Show Gist options
  • Save rodion-m/28e5757bc81a3c162d76d468a1732101 to your computer and use it in GitHub Desktop.
Save rodion-m/28e5757bc81a3c162d76d468a1732101 to your computer and use it in GitHub Desktop.
for(var i = 0; i < 101; i += 2) {
print(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment