2007-09-17 18:51:05 +04:00
|
|
|
#include <zot.hxx>
|
2007-12-21 20:22:12 +03:00
|
|
|
#include <zot_custom.hxx>
|
2007-09-17 18:51:05 +04:00
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
int main()
|
|
|
|
{
|
2007-12-21 20:22:12 +03:00
|
|
|
printf("[%s] [%s]\n", zot, zot_custom);
|
2007-09-17 18:51:05 +04:00
|
|
|
fflush(stdout);
|
|
|
|
return 0;
|
|
|
|
}
|