1 2 3 4 5 6 7
#include "hello.h" #include <stdio.h> void Hello::Print() { printf("Hello, World!\n"); }