index
:
halk
everything-is-broken-help
halp-its-borked-again
master
HALK thou art, and unto HALK shalt thou return.
c+1
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
src/main.c
6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index e69de29..2a51a71 100644
--- a/
src/main.c
+++ b/
src/main.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(int argc, char* argv[]) {
+ printf("Hello, world.");
+ return 0;
+}