#include "stdio.h"
int main(void)
{
printf("goodbye, world\n");
return 1;
// - - - - - - - - - - - - - - - - - -
// dennis ritchie, co-inventor of
// the c programming language,
// has passed away.
// computer nerds everywhere
// will mourn his passing.
// - - - - - - - - - - - - - - - - - -
}
Comments