PRINT *, "Hello World!" END
xlf hello.f -o hello
/opt/ibmcmp/xlf/10.1/bin/xlf hello.f -o hello
./hello
The result should be "Hello World!".
echo $?
The result should be 0.