For-loops in Java don't require any code in the body. I can't control what you do with that information.
For-loops in Java don't require any code in the body. I can't control what you do with that information.
Reposting this abomination from my Reddit Account because this is important information. Uncle Bob would be proud.
4 comments
Well now I just wanna see more for-loop one-liners!
13 0 ReplyThere's always the classic C strcpy :)
char *strcpy(char *dest, char *src) { char *p = dest; while (*p++ = *src++); return dest; }
14 0 ReplyThanks I hate it
3 0 Reply