blob: 81b2e0c17eadcf60952b26bb4b6a5e39dbcfdf8c [file] [log] [blame]
#include <stdio.h>
void hello(void){
printf("hello from C\n");
}