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