From 1b7973b8939b188809912388e336fc5072b5193b Mon Sep 17 00:00:00 2001 From: Suyash Singh Date: Mon, 11 May 2020 01:17:40 +0530 Subject: [PATCH] added description for hello.c --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e61b7ba..725af47 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,2 @@ -# ForkDemo -Provides a starting point for demonstrating how to fork, modify, and submit a project pull request - -* Fork this demo -* Modify this "README.md" file to provide a better description of this "Hello World" project. (This is a simple C application that builds a "helloworld" command line application.) -* Submit a pull request with your changes - +# hello.c +This is a simple C application that builds a "helloworld" command line application.