ECRI
/
MoriOhgai
Archived
2
0
Fork 0
This repository has been archived on 2020-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
MoriOhgai/森鴎外.c

9 lines
164 B
C

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