/* -------------------------------------------------------- File used to demo C pre-processor features Cut and paste from webpage in this file and compile -------------------------------------------------------- */ /* ------------------------------------- This is a comment ------------------------------------- */ int main( ) { print("Hello"); // This is a comment }