7 lines
44 B
C++
7 lines
44 B
C++
|
#include "zot.h"
|
||
|
|
||
|
int zot()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|