Skip to content

Instantly share code, notes, and snippets.

@vishalarora91
Last active August 29, 2015 14:27
Show Gist options
  • Save vishalarora91/98e6ebe04db6f611425d to your computer and use it in GitHub Desktop.
Save vishalarora91/98e6ebe04db6f611425d to your computer and use it in GitHub Desktop.
int main(void){
int temp;
for(;scanf("%d",&temp);printf("%d",temp)){ ; }
getch();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment