Name: Anonymous 2008-04-25 14:49
Create a program that gives this as its output: http://pastebin.ca/997618
int
main(argc, argv)
int argc;
char* argv[];
{
puts("http://pastebin.ca/997618");
return 0;
}