badmoc.c 99 B

1234567
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. printf("BadMoc Configuration: " CONFIG "\n");
  5. return 1;
  6. }