/* Program: hello.c This is the traditional first program to write for a new programming language. */ #include #include "genlib.h" main() { printf("Hello world.\n") ; }