10 lines
107 B
C++
10 lines
107 B
C++
#include <zot.hxx>
|
|
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("%s\n", zot);
|
|
fflush(stdout);
|
|
return 0;
|
|
}
|