blob: b9dae63947798b84062794eb64b6123719b094fc [file] [log] [blame]
Zane Shelley142b2632019-04-17 17:18:33 -05001
2#include <stdio.h>
3
4int main()
5{
6 printf( "Hello, World!\n" );
7}
8