From 9daafcf7257ea0dd1fb63c85dd27fdc750ae9ebc Mon Sep 17 00:00:00 2001 From: Madhusudan Anand <54022235+MadhusudanAnand@users.noreply.github.com> Date: Sat, 17 Oct 2020 09:57:00 +0530 Subject: [PATCH 1/3] Update Hello world --- Hello world | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello world b/Hello world index 3b7617c..748682b 100644 --- a/Hello world +++ b/Hello world @@ -1,6 +1,6 @@ #include int main() { - printf("Hello, World!"); + printf("HELLO!! this is a repo of mhmdrameez "); return 0; } From 2f6e8381cf1877d0c69b16354db5bb4e56d203a3 Mon Sep 17 00:00:00 2001 From: Madhusudan Anand <54022235+MadhusudanAnand@users.noreply.github.com> Date: Sat, 17 Oct 2020 09:59:02 +0530 Subject: [PATCH 2/3] Update pgm to read a line --- pgm to read a line | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgm to read a line b/pgm to read a line index 174d15b..258df08 100644 --- a/pgm to read a line +++ b/pgm to read a line @@ -11,7 +11,7 @@ int main() } scanf(fptr,"%[^\n]", c); - printf("Data from the file:\n%s", c); + printf("Data from the file is :\n%s", c); close(fptr) return 0; From e6cb322a1f86d93959ce2d55b291062a46a0cdd2 Mon Sep 17 00:00:00 2001 From: Madhusudan Anand <54022235+MadhusudanAnand@users.noreply.github.com> Date: Sat, 17 Oct 2020 10:04:33 +0530 Subject: [PATCH 3/3] Update Hello world --- Hello world | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello world b/Hello world index 748682b..4c486ed 100644 --- a/Hello world +++ b/Hello world @@ -1,6 +1,6 @@ #include int main() { - printf("HELLO!! this is a repo of mhmdrameez "); + printf("HELLO, this is a repo of mhmdrameez!! "); return 0; }