CPP Guide (HCI EC³) This a guide made by a few EC³ dudes in Lower Sec. Have fun reading and getting confused! A very simple program allowing you to AC this problem #include <iostream> using namespace std; int main() { cout << "Hello World"; return 0; }