hello, I'm trying to build and go this code but it is giving me errors:
collect2: ld returned 1 exit status
Code:
#include <stdio.h>
int main()
{
printf("GoodBye, crule world!\n");
return(0);
}
collect2: ld returned 1 exit status