Thursday, October 13, 2011

C and Unix

A bit of code, and a single command:

int main()
{
printf("Goodbye, world.");
}

world# echo "Thanks!" |ritchie