unknown.c 73 B

1234567
  1. #include <stdio.h>
  2. main()
  3. {
  4. printf("unknown CPU ID\n");
  5. return 0;
  6. }