Stamets@lemmy.world to Lemmy Shitpost@lemmy.world · 1 month agoThe Legends is among uslemmy.worldimagemessage-square8linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageThe Legends is among uslemmy.worldStamets@lemmy.world to Lemmy Shitpost@lemmy.world · 1 month agomessage-square8linkfedilink
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up0·1 month ago// comment if(x < 10) { // comment1 if(x < 20) { // comment2 if(x < 30) { printf("hello, world\\n"); } } }
minus-squareJankatarch@lemmy.worldlinkfedilinkarrow-up1·1 month ago“Yeah x might be less than 10 but just in case check if it’s less than 30.”
// comment if(x < 10) { // comment1 if(x < 20) { // comment2 if(x < 30) { printf("hello, world\\n"); } } }
“Yeah x might be less than 10 but just in case check if it’s less than 30.”