summaryrefslogtreecommitdiffstats
path: root/sayhello-swedish.c
blob: 36dc31824aec9af47f203ed7cd7185e3f1256919 (plain)
1
2
3
4
5
#include <stdio.h>

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