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