From 5ae451a7692e1b7444ea0cda2c78f18f0cd0c24b Mon Sep 17 00:00:00 2001 From: PaulBabu-281 <54471114+PaulBabu-281@users.noreply.github.com> Date: Thu, 3 Oct 2019 21:22:09 +0530 Subject: [PATCH 1/3] Update and rename noz.txt to noz.c --- noz.c | 8 ++++++++ noz.txt | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 noz.c delete mode 100644 noz.txt diff --git a/noz.c b/noz.c new file mode 100644 index 0000000..8eac723 --- /dev/null +++ b/noz.c @@ -0,0 +1,8 @@ +//hey,hellooo +//123 +//1234 +#include +void main() +{ + printf("Hello world"); + } diff --git a/noz.txt b/noz.txt deleted file mode 100644 index 0483092..0000000 --- a/noz.txt +++ /dev/null @@ -1,3 +0,0 @@ -hey,hellooo -123 -1234 From 3f6277e34a0917679cc90a77bf6a84198d2d78e9 Mon Sep 17 00:00:00 2001 From: PaulBabu-281 <54471114+PaulBabu-281@users.noreply.github.com> Date: Sat, 3 Oct 2020 14:27:09 +0530 Subject: [PATCH 2/3] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3bb06a3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 1st-coding + +Noel's First baby step of coding From 45c396c606e70f9bff3d595be9071daa88bd6d5e Mon Sep 17 00:00:00 2001 From: PaulBabu-281 <54471114+PaulBabu-281@users.noreply.github.com> Date: Sat, 3 Oct 2020 14:44:52 +0530 Subject: [PATCH 3/3] Update noz.c --- noz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noz.c b/noz.c index 8eac723..56e1632 100644 --- a/noz.c +++ b/noz.c @@ -4,5 +4,5 @@ #include void main() { - printf("Hello world"); + printf("Hello world /n Hello earth"); }