From 14d46510e6c6c5bd6b7cb0a82c9cf12abf68d9a9 Mon Sep 17 00:00:00 2001 From: Aayushdh99 <31539600+Aayushdh99@users.noreply.github.com> Date: Tue, 2 Oct 2018 13:45:48 +0530 Subject: [PATCH] Modified README Described the hello world --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfe2a43..5bd7278 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # hello-world -random -hi! -just trying to write about myself, because github tutorial! + +A "Hello, World!" program is a computer program that outputs or displays "Hello, World!" to a user. Being a very simple program in most programming languages, it is often used to illustrate the basic syntax of a programming language for a working program, and as such is often the very first program people write.