As we all know, the apocalypse is just around the corner. And by "around the corner," I mean "it's already here, but let's pretend otherwise, okay?"
Continue to Meeting 7: The Apocalypse
// Apocalypse Code
// Version 1.0
// Released to the public domain
// Because, why not?
if (isApocalypse()) {
print("THE END IS NIGH!");
} else {
print("You're still alive. Congrats.");
}