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