summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hello.c2
-rw-r--r--hello.h0
2 files changed, 2 insertions, 0 deletions
diff --git a/hello.c b/hello.c
index 1923668..960ef05 100644
--- a/hello.c
+++ b/hello.c
@@ -1 +1,3 @@
+#include "hello.h"
+
int main() {return 0;}
diff --git a/hello.h b/hello.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/hello.h