Tiime to Programmer Humor · 1 month agoSegmentation Faultimagemessage-square18fedilinkarrow-up1218arrow-down110
arrow-up1208arrow-down1imageSegmentation FaultTiime to Programmer Humor · 1 month agomessage-square18fedilink
minus-squaredavelAlinkfedilinkarrow-up11·1 month ago$ echo 'main;' > main.c && gcc main.c 2>/dev/null && ./a.out Segmentation fault (core dumped) $
minus-squareTunaCowboy@lemmy.worldlinkfedilinkarrow-up9·1 month agoecho 'main;' | gcc -w -x c - && ./a.out
minus-squarePerry@lemy.lollinkfedilinkarrow-up4·edit-21 month agoecho 'int main;' | gcc -w -x c - && ./a.out
echo 'main;' | gcc -w -x c - && ./a.out
echo 'int main;' | gcc -w -x c - && ./a.out