Name: Anonymous 2010-09-22 4:40
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
return (printf("hello, world") < 0) ? EXIT_FAILURE : EXIT_SUCCESS;
}My teacher said that I shouldn't program at all. What the fuck?
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
return (printf("hello, world") < 0) ? EXIT_FAILURE : EXIT_SUCCESS;
}