summaryrefslogtreecommitdiffstats
path: root/libsayhello-spanish.c
blob: 0c6fa0eb770633e782621cce2830c4715ac9045f (plain)
1
2
3
4
5
#include <stdio.h>

void sayhello(void) {
	printf("hola\n");
}