in reply to Loss of a Legend
#include <stdio.h> void main() { hat(0); while (elapsed_time() < 60) { moment_of_silence(1); } printf("Goodbye, world!\n"); hat(1); }
mortality ... ... sucks.