summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--hello.c2
-rw-r--r--hello.h0
3 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e965047
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+Hello
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