wrote most of report

This commit is contained in:
2025-04-18 00:06:52 +09:00
parent 48fc1716d1
commit e7b0f70647
21 changed files with 340 additions and 81 deletions

10
programs/prog3.c Normal file
View File

@@ -0,0 +1,10 @@
#include <stdio.h>
int main(void) {
printf("\n");
printf(" 報\n");
printf("  処\n");
printf("   理\n");
return 0;
}