Skip to content

Instantly share code, notes, and snippets.

@uhziel
Created September 26, 2011 16:28
Show Gist options
  • Save uhziel/1242657 to your computer and use it in GitHub Desktop.
Save uhziel/1242657 to your computer and use it in GitHub Desktop.
apue.2e.fig1.6.c
#include "apue.h"
int main()
{
printf("hello world from process ID %d\n", getpid());
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment