From b70df95dbae39b3f0447be5c214d1dee33245827 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 7 Dec 2010 21:22:46 +0200 Subject: Adding a new header --- hello.c | 2 ++ hello.h | 0 2 files changed, 2 insertions(+) create mode 100644 hello.h 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 -- cgit v1.2.3