Skip to content

Instantly share code, notes, and snippets.

@chrishaig14
Created September 17, 2017 18:29
Show Gist options
  • Save chrishaig14/10ff56f1159e16526345a0bfd0f549f6 to your computer and use it in GitHub Desktop.
Save chrishaig14/10ff56f1159e16526345a0bfd0f549f6 to your computer and use it in GitHub Desktop.
int main(){
for(int i = 0; i < 10; i++){
printf("Número %i\n");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment