summaryrefslogtreecommitdiff
path: root/src/hello.c
blob: fca997bd40365b6dd466ad4a83784e462581b91a (plain)
1
2
3
4
5
6
7
8
#include <stdio.h> 

int main(){

    printf("Hello world \n"); 

    return 0;
}