wrote most of report
This commit is contained in:
10
programs/prog3.c
Normal file
10
programs/prog3.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("情\n");
|
||||
printf(" 報\n");
|
||||
printf(" 処\n");
|
||||
printf(" 理\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user