Agent Smith's source code, from a friend in Ice:
#include <unistd.h>
#include <stdio.h>
int main(){
int i;
for(i=0;i<3;i++)printf("Me..\\n");
if(fork()) printf("... me too");
}
Haha.
Agent Smith's source code, from a friend in Ice:
#include <unistd.h>
#include <stdio.h>
int main(){
int i;
for(i=0;i<3;i++)printf("Me..\\n");
if(fork()) printf("... me too");
}
Haha.
