1 2 3 4 5 6 7 8 9
#include <zot.hxx> #include <stdio.h> int main() { printf("%s\n", zot); fflush(stdout); return 0; }