Files
pip/main.cpp

8 lines
80 B
C++

#include "pip.h"
int main() {
PISystemInfo::machineID();
return 0;
}