#include "hello.h" #include void Hello::Print() { printf("Hello, World!\n"); }