From 7cda43e8c7c02d451f9e59d04fc8f5b56bafef10 Mon Sep 17 00:00:00 2001 From: Chinoy Date: Tue, 20 Feb 2024 14:53:07 +0530 Subject: [PATCH 1/2] first commit --- 123.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 123.c diff --git a/123.c b/123.c new file mode 100644 index 0000000..92fbba0 --- /dev/null +++ b/123.c @@ -0,0 +1,6 @@ +#include +int main() { + // printf() displays the string inside quotation + printf("Hello, World!"); + return 0; +} \ No newline at end of file From 6f472a51c55aa4c0913c30c35cfd21b103e7ae56 Mon Sep 17 00:00:00 2001 From: Rohiteshvar S B <140417032+Rohiteshvar@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:56:48 +0530 Subject: [PATCH 2/2] Update 123.c --- 123.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/123.c b/123.c index 92fbba0..5cb6c5c 100644 --- a/123.c +++ b/123.c @@ -1,6 +1,7 @@ #include -int main() { - // printf() displays the string inside quotation +int main() +{ + printf() printf("Hello, World!"); return 0; -} \ No newline at end of file +}