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