my c test

C code posted
created at 20 Mar 19:43

Edit | Back
1
2
3
4
5
6
7
8
#include <stdio.h>

int main(void)
{
  printf("X\n");

  return 0;
}
75 Bytes in 2 ms with coderay