8 lines
80 B
C++
8 lines
80 B
C++
#include "pip.h"
|
|
|
|
|
|
int main() {
|
|
PISystemInfo::machineID();
|
|
return 0;
|
|
}
|