summaryrefslogtreecommitdiffstats
path: root/sayhello-spanish.c
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-19 11:29:39 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-19 11:29:39 +0200
commit41a79081b0037c6fef2325478255df5397ad0a5a (patch)
tree510a3652e8fa9818ffb72b01fa40327f69608645 /sayhello-spanish.c
downloadsayhello-41a79081b0037c6fef2325478255df5397ad0a5a.tar.bz2
sayhello-41a79081b0037c6fef2325478255df5397ad0a5a.tar.xz
initial commit
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");
+}