// Header file for input output functions
#include
using namespace std;
// main function -
// where the execution of program begins
int main()
{
// prints hello world
cout<<"Hello World";
return 0;
}
I am a software developer in Wisconsin who has a passion for mathematics and learning new things. So far I have spent two years in the industry mainly working for a webcasting startup.