summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-12-07 21:22:46 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-12-07 21:22:46 +0200
commitb70df95dbae39b3f0447be5c214d1dee33245827 (patch)
tree26c45a8a924fc8911c0056f4c9efc147e633e0fa
parentb65d3e34256e8817fb1ea46cade24275992bc51c (diff)
Adding a new headerv0.2
-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