piston/packages/gcc/10.2.0/test.c
2021-03-13 23:12:50 +13:00

6 lines
No EOL
70 B
C

#include <stdio.h>
int main(void) {
printf("OK");
return 0;
}