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