From 785aa1642949c7bf6325afe221fbb49085ccfb6b Mon Sep 17 00:00:00 2001 From: Shu Tomita Date: Fri, 3 Jul 2026 14:12:15 +0900 Subject: [PATCH] saito.yoshihito --- shu.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shu.c diff --git a/shu.c b/shu.c new file mode 100644 index 0000000..73b0c46 --- /dev/null +++ b/shu.c @@ -0,0 +1,5 @@ +#include + +int main(void) { + printf("hello, world!\n"); +} \ No newline at end of file -- 2.22.0