/* SPHINX C-- hello world example program Run file size: 70 bytes. */ ? include "WRITE.H--" main () /* execution always starts at main () */ { WRITESTR("Hello World!\n"); /* write the string to the screen */ } /* end of HELLO.C-- */