How to write Code
Saad Farooq
1 min read
Table of contents
Phase 1:
#include('iostream.h')
using namespace std;
void main () {
cout<<"Hello World"<<endl;
return 0
}
10
Subscribe to my newsletter
Read articles from Saad Farooq directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by