#include #include int main() { printf("hello, world!\n"); fprintf(stderr, "hello, error stream!\n"); exit(100); }