From 1dcb2d6c197f32b577c9d292093198e72d7d3c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E4=B8=AD=E7=B6=BA=E7=8F=A0?= Date: Fri, 3 Jul 2026 14:08:13 +0900 Subject: [PATCH] =?UTF-8?q?=E7=94=B0=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tanaka.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tanaka.c diff --git a/tanaka.c b/tanaka.c new file mode 100644 index 0000000..0591189 --- /dev/null +++ b/tanaka.c @@ -0,0 +1,5 @@ +#include + +int main(void) { + printf("hello, world! from tanaka\n"); +} \ No newline at end of file -- 2.22.0