Current File : //usr/share/doc/cmake-2.8.12.2/Example/Hello/hello.cxx
#include "hello.h"
#include <stdio.h>

void Hello::Print()
{
  printf("Hello, World!\n");
}