white label

This commit is contained in:
Yaossg 2025-03-10 22:15:52 +08:00
parent e425464aab
commit a850aeed63
3 changed files with 13 additions and 13 deletions

View file

@ -2,6 +2,7 @@ int printf(char* format, ...);
int main() {
int i;
printf("hello for 10 times\n");
for (i = 0;
i < 10;
++i)