SFSaad Farooqinkratos1x.hashnode.dev·May 12, 2023 · 1 min readHow to write CodePhase 1: #include('iostream.h')using namespace std; void main () {cout<<"Hello World"<<endl;return 0}00