#include "HelloWorld.h" int main( int argc, char *argv[] ) { HelloWorld hw; return 0; }