Files
pip/main.cpp

6 lines
103 B
C++

#include "pip.h"
int main(int argc, char * argv[]) {
cout << PIString("Hello PIP!") << endl;
};