Skip to content

Instantly share code, notes, and snippets.

@jeffque
Created May 25, 2022 06:20
Show Gist options
  • Save jeffque/655be089cb8c5b21e2e6101c92567c1e to your computer and use it in GitHub Desktop.
Save jeffque/655be089cb8c5b21e2e6101c92567c1e to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main() {
printf("Standard output\n");
fprintf(stderr, "Standard Error\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment