This commit is contained in:
2025-04-21 22:20:36 +09:00
parent a510bce35e
commit 04335dd817
12 changed files with 69 additions and 36 deletions

View File

@@ -1,9 +1,7 @@
#include <stdio.h>
int main(void) {
printf("C\n");
printf("\n");
printf("\n");
printf("C\n\n\n");
return 0;
}