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