6 lines
103 B
C++
6 lines
103 B
C++
#include "pip.h"
|
|
|
|
int main(int argc, char * argv[]) {
|
|
cout << PIString("Hello PIP!") << endl;
|
|
};
|