summaryrefslogtreecommitdiffstats
blob: 52ef175263c0301077fb0d1f98dedb929010d4e8 (plain) (blame)
1
2
3
4
5
6
7
#include <stdio.h>

void main() 
{
    printf("Hello world\n");
}