ECRI
/
MoriOhgai
Archived
2
0
Fork 0

Merge branch 'patch-1' into 'master'

Add new file

See merge request ecri/unko-morimori!1
This commit is contained in:
pepepper 2020-07-15 06:44:19 +00:00
commit bf46a0e38e
1 changed files with 9 additions and 0 deletions

9
森鴎外.c Normal file
View File

@ -0,0 +1,9 @@
#include <stdio.h>
int unko(){
printf("うんこもりもり森鴎外");
return 0;
}
int main(){
unko();
return 0;
}