Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Check out my program

Name: Anonymous 2015-05-03 13:04

#include <stdio.h>
#include <unistd.h>
#define LEN 15
int print(i,j) {
for (; i < LEN; ++i)
printf(" ");
puts("a");
usleep(50000);
return 0;
}
int main(void)
{
int i, j;
for(;;) {
for (j = 0; j < LEN; print(i), ++j)
i = j;
for (j = 0; j < LEN; print(i), ++j)
i = LEN-1-j;
}
return 0;
}


Do you like it?

At first I tried to make it be the SICP snake, with the head going down, but it was too hard for me.

Name: Anonymous 2015-05-09 17:33

>>70
Hey /g/-friend, here's a tip. We're not actually against quoting anything that wasn't exactly there, or memes or anything like that; we're just against you and your shitty greentext and other idiot memes. It doesn't matter how much you spam,, no one is going to start appreciating your bullshit or treating your posts with anything other than contempt.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List