test.c 99 B

123456789101112
  1. #include <stdio.h>
  2. #include "../emitlib.h"
  3. int main()
  4. {
  5. printf("Test\n");
  6. return 0;
  7. }