ENH: add more paths for the HP
[cmake.git] / Example / Hello / hello.cxx
blob7107cc555897bc3f8058dd6eb3a74f19640fe1fd
1 #include "hello.h"
2 #include <stdio.h>
4 void Hello::Print()
6 printf("Hello, World!\n");