shingo

111
reputation
#include <stdio.h>
int main()
{
    printf("Hello, World!");
    return 0;
}