Files
pip/main.cpp

7 lines
100 B
C++

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