Merge pull request 'training(gyk)' (#2) from feat/training-gyk into develop

Reviewed-on: #2
This commit is contained in:
guanyuankai 2025-12-15 16:39:14 +08:00
commit d35b2f0e67
1 changed files with 6 additions and 0 deletions

View File

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