Name:
Anonymous
2008-04-25 14:49
Create a program that gives this as its output:
http://pastebin.ca/997618
Name:
Anonymous
2008-04-25 15:07
#include <stdlib.h>
int main(int argc,char **argv){
system("wget -qO -
http://pastebin.ca/raw/997618");
return EXIT_SUCCESS;
}