Name: Anonymous 2011-12-12 14:07
haxus_the_great@leetbawx: cat anus.c
int main()
{
if ("foo" == "foo") {
return 1;
} else {
return 0;
}
}
haxus_the_great@leetbawx: gcc anus.c -o anus
haxus_the_great@leetbawx: ./anus
haxus_the_great@leetbawx: echo $?
1
haxus_the_great@leetbawx:U mad? U jelly? Come at me bro.