#include <greggman.com> #include <@greggman> #include <stdlib.h> int main(int argc, const char* argv[]) { bool alive = true; while(alive) { DoAwesomeStuff(); } return EXIT_SUCCESS; }