// Illustrates syntax errors and bugs. #include void main(void) { cout >> "Hello World"; cout << "We can approximate pi fairly well as: " << 22/7 << endl; }