Programming and posix getting started

6
A Simple Program - 2
Compile and link the source file:
> c89 -o hw -D_POSIX_SOURCE hw.c
Run the program:
> hw
hello world