From 30e5dd9522987c326f8810fccb7409257ef1ba2d Mon Sep 17 00:00:00 2001 From: yude Date: Tue, 14 Jul 2020 14:26:31 +0000 Subject: [PATCH] Add new file --- 森鴎外.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 森鴎外.c diff --git a/森鴎外.c b/森鴎外.c new file mode 100644 index 0000000..bae7a8a --- /dev/null +++ b/森鴎外.c @@ -0,0 +1,9 @@ +#include + int unko(){ + printf("うんこもりもり森鴎外"); + return 0; + } + int main(){ + unko(); + return 0; + } \ No newline at end of file