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

int main()
{
        printf("hello world!");
}