/* compile using: gcc -Wall ex01.c */ #include int main() { printf( "This is C.\n" ); return 0; }