The Underhanded C Contest Is Back
Xcott Craver writes "After several years of inactivity, the Underhanded C contest has returned. The object is to write a short, readable, innocent-looking computer program that nevertheless performs some evil function for reasons that are not obvious under code review. The prize is a $200 gift certificate to ThinkGeek."
The deadline is July 4th, so get to hacking.
I didn't think Facebook can be made even more dastardly (or at such a low level). Alas, I was wrong!
If computers were people, I'd be a misanthrope.
#include<stdio.h>
/* Distract Judges */
/* Launch our evil masterpiece */ /* TODO: Find out the command to start Windows 8... */
#include<process.h>
main()
{
printf("Is that a free beer stand behind you?");
exec("", "", NULL);
}