summaryrefslogtreecommitdiff
path: root/reference/C/CONTRIB/OR_PRACTICAL_C/01_2.c
blob: 7c852bf9213538692b83084aa893af4bf9e00aec (plain)
1
2
3
4
5
6
#include <stdio.h>
main()
{
    (void) printf("Hello World\n");
    return (0);
}