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