Title: hellow Author: Graham Nelson Purpose: A minimal example of a C program written for inweb. Language: C @ = #include int main(int argc, char *argv[]) { printf("Hello world!\n"); }