Hello World

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

// my first program in C++

#include<iostream.h>
int main ()
{
std::cout<<"Hello World!";
}

You might also like