6 lines
90 B
C++
6 lines
90 B
C++
#include "jethub_get_cmdline_arg.h"
|
|
|
|
int main () {
|
|
return displayCmdlineArg("cpuid");
|
|
}
|