#include "quizz.h"
/******************
* Main
******************/
int main(int argc, char* argv[]) {
setvbuf(stdout, NULL, _IONBF, 0);
printf("\nTODO: come up with some funny questions about CTFs.\n");
}