Just Starting out on StackOverflow, have been programming for close to 10 years. I'm hoping to participate actively on this site.
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
int main(int argc, char *argv[])
{
std::cout << "Hello world!" << std::endl;
}