summaryrefslogtreecommitdiffstats
path: root/chello/hello.c
blob: b99e83db0ccc9952ceff35ec0b8e1f11c504c8d8 (plain) (blame)
1
2
3
4
5
#include <stdio.h>

void hello_c(void) {
    printf("hello from c\n");
}