#include #include "Hello.h" int main() { std::cout << "Hello world! The answer is " << Hello::Calculate() << "." << std::endl; return 0; }