Die Hard

#include <string.h>

int main()
{
    char die[1];
    strcpy(die, "hard");
}
Vote up this code2