9 lines
70 B
C++
9 lines
70 B
C++
|
|
||
|
|
||
|
#include "zcall.h"
|
||
|
|
||
|
int main() {
|
||
|
ZDebug("Testing");
|
||
|
return 0;
|
||
|
}
|