Conversation
Notices
-
I've developed an algorithm so efficient at fighting the woke infection it could be sold for millions... But! I will be making it open source so that it doesn't fall into the wrong hands.
-
@Hyperhidrosis what if the chinese steal this
-
@p Let them steal this idc!!!
I've created an even more efficient, even more woke repelling algorithm.
-
@Hyperhidrosis Good thing they don't pirate software.
-
@p it's region locked
-
@Hyperhidrosis Lotta output ends up line-buffered, you gotta put breaks in once in a while. You can use puts() or fputs() instead of printf if you're not using any formatting, it adds a line break in automatically. Or you could do something like
for(i=0;;i++){printf("whatever%c", i&15 ? ' ' : '\n');}