%PDF- %PDF-
| Direktori : /proc/self/root/data/old/usr/share/doc/cmake-2.8.12.2/Example/Demo/ |
| Current File : //proc/self/root/data/old/usr/share/doc/cmake-2.8.12.2/Example/Demo/demo.cxx |
#include "hello.h"
extern Hello hello;
int main()
{
hello.Print();
return 0;
}