summaryrefslogtreecommitdiff
path: root/main2.c
blob: c63efdbf2898576a90947203ec7d4eb23d7d89a3 (plain)
1
2
3
4
5
6
#include <stdio.h>

main()
{
    printf("Hello C\n");
}