ysyx-workbench/npc/csrc/main.cpp

7 lines
75 B
C++
Raw Normal View History

2022-02-21 04:22:27 +00:00
#include <stdio.h>
int main() {
printf("Hello, ysyx!\n");
return 0;
}