#include "hello.h" helloWorld::helloWorld() { std::cout << "Hello World" << std::endl; } helloWorld::~helloWorld() {}