Path : /proc/self/root/proc/self/root/usr/share/doc/cmake-2.8.12.2/Example/Hello/ |
Current File : //proc/self/root/proc/self/root/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"); }