IPKN  00.001.b
Inter Pocket Knowledge Network
Hello.cpp
Go to the documentation of this file.
1 #include <iostream>
2 
3 #include "shared/Hello.h"
4 
5 void Hello::print()
6 {
7  std::cout << "Hello Shared Library!" << std::endl;
8 }