You are viewing a single thread.
View all comments 3 points
Seven semicolons are the correct way to do indentation (it even alliterates):
int main
(void) {
;;;;;;;printf("like this\n"); }
3 points
*
the correct way is to never indent and never use whitespace. Saves memory.
Your goal should be 1LOC every month, no more.
1 point