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