Tiime to Programmer [email protected] • 3 days agoSegmentation Faultlemmy.mlimagemessage-square16fedilinkarrow-up1195arrow-down110
arrow-up1185arrow-down1imageSegmentation Faultlemmy.mlTiime to Programmer [email protected] • 3 days agomessage-square16fedilink
echo 'main;' | gcc -w -x c - && ./a.out
echo 'int main;' | gcc -w -x c - && ./a.out
echo "Segmentation fault (core dumped)"