From 5742dfee612a7ee44416faad28a577bc2f182fc4 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 7 Dec 2010 21:19:33 +0200 Subject: Adding hello.c --- hello.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..1923668 --- /dev/null +++ b/hello.c @@ -0,0 +1 @@ +int main() {return 0;} -- cgit v1.2.3