blob: 5cdaa1b5ea0a1b5752c3c92f37685c412cbcccdd [file] [log] [blame]
Zane Shelley248cbf82019-05-03 17:07:18 -05001
2#include <stdio.h>
3
4int main()
5{
Ben Tyner6c1c3a12020-01-09 09:17:50 -06006 printf("test: Hello, World!\n");
Zane Shelley248cbf82019-05-03 17:07:18 -05007
8 return 0;
9}