blob: 8cc0b195bafdb32b16cffd80f49a981bf9460c74 [file] [log] [blame]
Zane Shelley248cbf82019-05-03 17:07:18 -05001
2#include <stdio.h>
3
4int main()
5{
6 printf( "test: Hello, World!\n" );
7
8 return 0;
9}
10