My very first C++ program

#include <iostream>
using namespace std;
int main();
{
        cout<<"This is a c++ program\n";
        return 0;
}


Comments

Popular posts from this blog

Dynamic Routing Demonstration Using CISCO PACKET TRACER and RIP

Containerize Java Application & Deploying on AWS Elastic Beanstalk