Skip to content

Instantly share code, notes, and snippets.

@rogerioagjr
Created April 21, 2015 23:55
Show Gist options
  • Save rogerioagjr/cf142448db74216b6bc0 to your computer and use it in GitHub Desktop.
Save rogerioagjr/cf142448db74216b6bc0 to your computer and use it in GitHub Desktop.
#include <cstdio>
int main(){
for(int n=1; n<=10; n++) printf("%d ", n);
printf("\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment