/* A Language for Complexity OOP244 Jan 10 2005 Compile by issuing command: cc c_ex1.c then run command: a.out */ #include int main ( ) { printf("Welcome to OOP244\n"); return 0; }