Welp, now I know what it's like to be God...
#include <windows.h>
#include <stdio.h>
#include "flux_capacitor.h"
void main(void) {
goto present;
doc_brown = 0;
past:
printf("Oops, wrong date...\n");
goto future;
present:
int doc_brown = 1, speed = 0;
while(speed > -88)
go_faster();
if(speed == -88) {
queueFlames();
goto past;
}
Sleep(946708000000);
doc_brown = 0;
queueZombieApocalypse();
future:
printf("Badspot, is that you?\n");
doc_brown = 0;
}