start
authortomás zerolo <tomas@tuxteam.de>
Sat, 15 Mar 2025 16:47:43 +0000 (17:47 +0100)
committertomás zerolo <tomas@tuxteam.de>
Sat, 15 Mar 2025 16:47:43 +0000 (17:47 +0100)
hello.c [new file with mode: 0644]

diff --git a/hello.c b/hello.c
new file mode 100644 (file)
index 0000000..76375db
--- /dev/null
+++ b/hello.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(int argc, char *argv[])
+{
+  printf("%s\n" "Wello, Horld");
+}