#include <stdio.h>
int main(void) { printf("hello, world\n"); }
I compile it with all warning turned on and it still works fine.
int main(void) { printf("hello, world\n"); }
I compile it with all warning turned on and it still works fine.
Comment