#include <stdio.h> int main (void) { printf ("Hallo Welt - Dave's Server\n"); fprintf (stderr, "Hallo Welt - Dave's Server\n"); return 0; }