diff --git a/yoshihito.c b/yoshihito.c new file mode 100644 index 0000000000000000000000000000000000000000..dbb2fb20d59b5fa81e757e021df8d380602de996 --- /dev/null +++ b/yoshihito.c @@ -0,0 +1,5 @@ +#include + +int main(void) { + printf("Hello from Yoshihito!\n"); +} \ No newline at end of file