Tiime to Programmer [email protected] • 1 month agoSegmentation Faultlemmy.mlimagemessage-square19fedilinkarrow-up1211arrow-down110
arrow-up1201arrow-down1imageSegmentation Faultlemmy.mlTiime to Programmer [email protected] • 1 month agomessage-square19fedilink
echo 'main;' | gcc -w -x c - && ./a.out
echo 'int main;' | gcc -w -x c - && ./a.out
echo "Segmentation fault (core dumped)"