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