ysyx-workbench/npc/csrc/main.cpp
2022-02-21 16:41:03 +08:00

6 lines
75 B
C++

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