From 3dbc9ddcb4a7031d73f1186f98cb54f8692377b1 Mon Sep 17 00:00:00 2001 From: hackbard Date: Fri, 17 Jan 2003 23:09:17 +0000 Subject: [PATCH] init macros --- hello/hello-1.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello/hello-1.c diff --git a/hello/hello-1.c b/hello/hello-1.c new file mode 100644 index 0000000..63c883d --- /dev/null +++ b/hello/hello-1.c @@ -0,0 +1,6 @@ +/* hello world using init macros */ + +#include +#include + + -- 2.20.1