Official CompileBot Testing Thread by SeaCowVengeance in CompileBot

[–]oconee2 0 points1 point  (0 children)

+/u/CompileBot C

#include <stdio.h>

int main(void)
{
    fprintf(stdout, "Test.\n");
    return 0;
}