noisytoot @lemmy.ml
Posts 0
Comments 2
This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found this 1 0
Seven semicolons are the correct way to do indentation (it even alliterates):
int main
(void) {
;;;;;;;printf("like this\n"); }
Reply
This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found this 1 0
Tabs 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.
Reply
Next