blob: 3f859bd55f55bf0cf9b007fabb40d542374ec6f9 [file] [log] [blame]
#include <stdio.h>
int main(void)
{
printf("Hello, World!\n");
return 0;
}