noisytoot@lemmy.ml to Lemmy.world Support@lemmy.world · 1 year agoPlease fix your Cloudflare configurationplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squarePlease fix your Cloudflare configurationplus-squarenoisytoot@lemmy.ml to Lemmy.world Support@lemmy.world · 1 year agomessage-square0fedilink
minus-squarenoisytoot@lemmy.mltoProgrammer Humor@lemmy.ml•This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thislinkfedilinkarrow-up1·1 year agoSeven semicolons are the correct way to do indentation (it even alliterates): int main (void) { ;;;;;;;printf("like this\n"); } linkfedilink
minus-squarenoisytoot@lemmy.mltoProgrammer Humor@lemmy.ml•This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thislinkfedilinkarrow-up0·1 year agoTabs work fine as long as you don’t align stuff. If you do, you have to assume a tab size and mix tabs and spaces. linkfedilink
Seven semicolons are the correct way to do indentation (it even alliterates):
int main (void) { ;;;;;;;printf("like this\n"); }