PRINT *, "Hello World!" END
/opt/ibmcmp/xlf/10.1/bin/xlf hello.f -o hello
./hello
結果は「Hello World!」になるはずです。
echo $?
結果は 0 になるはずです。