From 71d451a57d2b0bb8d609c745bcfb58c9cab730c7 Mon Sep 17 00:00:00 2001 From: divyamsavsaviya <59193532+divyamsavsaviya@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:12:10 +0530 Subject: [PATCH] Update About Hello World --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index affc51a..cd466a8 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ I made a hello world program! git add git commit -m "comment" -git push origin master \ No newline at end of file +git push origin master + +... +About Hello World Program + -Traditionally, Hello World programs are used to illustrate how the process of coding works, as well as to ensure that a language or system is operating correctly. They are usually the first programs that new coders learn, because even those with little or no experience can execute Hello World both easily and correctly.