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