初始化

This commit is contained in:
zw
2025-06-13 11:34:26 +08:00
parent 08b851951c
commit 66ff3a7c74
492 changed files with 2 additions and 2 deletions

11
LFtid1056/main.cpp Normal file
View File

@@ -0,0 +1,11 @@
#include <cstdio>
int main()
{
for (int i = 0; i < 100;i++) {
printf("hello from Linux_Hello!\n");
}
return 0;
}