HelloWorld

テスト投稿

テスト投稿

#include <stdio.h>

int main()
{
    pirntf("helloworld!\n");
    return 0;
}