“ i will not spam the interwebs ”

Wednesday, October 18, 2017 0:14

#include <stdio.h>
int main(void) {
int count;
for (count = 1; count <= 666; count++)
printf(“i will not spam the interwebs”);
return 0;
}


Leave a comment

You are commenting as guest.