From 3eb148ed12fa35a9988492e7f7aecf3b3a2695d6 Mon Sep 17 00:00:00 2001 From: Dhruvan Rai <67046510+DhruvanRai@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:18:17 +0530 Subject: [PATCH 1/3] Update simple.py Added a line and created is a Joke. --- simple.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simple.py b/simple.py index aabe812..e5c10d2 100644 --- a/simple.py +++ b/simple.py @@ -1 +1,2 @@ -print('Why did you run me?') +print('Me: Why did you run me?') +print("You: Because i want a shirt!") From 47f4ef355f080ddef4c8d009e2580377ab4d93b3 Mon Sep 17 00:00:00 2001 From: Dhruvan Rai <67046510+DhruvanRai@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:22:51 +0530 Subject: [PATCH 2/3] Update hello.java Improve hello.java --- hello.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.java b/hello.java index 4331903..9bd3c01 100644 --- a/hello.java +++ b/hello.java @@ -2,7 +2,7 @@ public class hello { public static void main (String args[]) { - System.out.println("hello world!"); + System.out.println("Hello World!"); } -} \ No newline at end of file +} From 709d2ee1ff806de7b348fcea38a44ab84d2a286c Mon Sep 17 00:00:00 2001 From: Dhruvan Rai <67046510+DhruvanRai@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:29:22 +0530 Subject: [PATCH 3/3] Improve index.html Created it fully responsive by added meta charset, metaname and etc. --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 1a337c5..fef35c6 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,8 @@ /// CSS from old PoodleCorp website (poodlecorp.org [archived July 2016])
+ +