Added an example with a struct.
[C-Programming-Examples.git] / hello.c
blob38ebfd5146a6ff1f95ce8472622ff82bf8530d06
1 #include <stdio.h>
3 main()
5 printf("hello world\n");