Skip to content

Instantly share code, notes, and snippets.

@machinaut
Forked from anonymous/Top emulation
Created November 12, 2009 04:11
Show Gist options
  • Save machinaut/232588 to your computer and use it in GitHub Desktop.
Save machinaut/232588 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void) {
for(int i = 0 ; i < 10; i++){
printf("%d\n",i);
}return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment