acadia/sys/test2.cpp
2023-05-30 20:54:37 -07:00

8 lines
70 B
C++

#include "zcall.h"
int main() {
ZDebug("Testing");
return 0;
}