summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel A. Wirajaya <samuel@wira.plus>2022-12-28 20:31:03 -0500
committerSamuel A. Wirajaya <samuel@wira.plus>2022-12-28 20:31:03 -0500
commit28f01248404c42d747aedba26c91bc95413c100e (patch)
tree77b09a1684f1fdfead43ca6a600b8571a3304aad
parent429d11aa25e7b6adab69cb02f26155db5937b775 (diff)
aaaaaaaaaHEADmaster
-rw-r--r--hello.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hello.c b/hello.c
new file mode 100644
index 0000000..c7a176a
--- /dev/null
+++ b/hello.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(int, char**) {
+ printf("hello, world\n");
+ return 0;
+}