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