projects
/
susannes-git
/
c-zeug
/
starting-c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
start
author
tomás zerolo
<tomas@tuxteam.de>
Sat, 15 Mar 2025 16:47:43 +0000
(17:47 +0100)
committer
tomás zerolo
<tomas@tuxteam.de>
Sat, 15 Mar 2025 16:47:43 +0000
(17:47 +0100)
hello.c
[new file with mode: 0644]
patch
|
blob
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");
+}