From d053c4a8ef7e2dd38dcb8a0905b1d9c5b3b769ab Mon Sep 17 00:00:00 2001 From: "yoshihito.saito" Date: Thu, 2 Jul 2026 22:55:49 +0900 Subject: [PATCH] created yoshihito.c --- yoshihito.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 yoshihito.c diff --git a/yoshihito.c b/yoshihito.c new file mode 100644 index 0000000..dbb2fb2 --- /dev/null +++ b/yoshihito.c @@ -0,0 +1,5 @@ +#include + +int main(void) { + printf("Hello from Yoshihito!\n"); +} \ No newline at end of file -- 2.22.0