training(gyk) #2

Merged
guanyuankai merged 1 commits from feat/training-gyk into develop 2025-12-15 16:39:14 +08:00
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include <cstdio>
int main()
{
printf("hello world!");
return 0;
}