Skip to content

Instantly share code, notes, and snippets.

@ardeearam
Last active June 17, 2019 12:10
Show Gist options
  • Save ardeearam/b082d7d39eaeddf55695f9d55d74422d to your computer and use it in GitHub Desktop.
Save ardeearam/b082d7d39eaeddf55695f9d55d74422d to your computer and use it in GitHub Desktop.
Ruby Loop
int i;
for(i = 1; i <= 100; i++) {
printf("%d\n", i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment