summaryrefslogtreecommitdiffstats
path: root/libsayhello-swedish.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsayhello-swedish.c')
-rw-r--r--libsayhello-swedish.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libsayhello-swedish.c b/libsayhello-swedish.c
new file mode 100644
index 0000000..36dc318
--- /dev/null
+++ b/libsayhello-swedish.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+void sayhello(void) {
+ printf("hej\n");
+}