ここだよ
Posts
About
Links
Hello World !
February 28, 2025
#include
<stdio.h>
int
main
()
{
printf
(
"Hello, World!"
);
return
0
;
}