homework-jianmu/source/libs/sync/test/syncTest.cpp

8 lines
73 B
C++

#include <stdio.h>
int main() {
printf("test \n");
return 0;
}