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