/* A CH applet executed across the network */ #include int main() { printf("Hello, world!\n"); printf("Today is %s\n", __DATE__); }