#define CS1730 #define CLASS 1730 #define SEVENTEEN_THIRTY \ "The CLASS That Gives UGA Its Zip\n" #include int main( int argc, char* argv[] ) { #ifdef xCS1730 printf( SEVENTEEN_THIRTY ); #else printf( "Some unimportant class\n" ); #endif return 99; }